Skip to content

Commit

Permalink
Bump GitHub actions upload-artifact and download-artifact from v3 to …
Browse files Browse the repository at this point in the history
…v4 (#1803)
  • Loading branch information
dependabot[bot] authored and havogt committed Sep 30, 2024
1 parent 0735f0d commit b5fceda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package-tests-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
working-directory: ./.python_package
run: nox -s build_wheel test_wheel_with_python-${{ matrix.python-version }}
- name: archive wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gridtools-cpp-wheel
path: .python_package/.nox/.cache/dist/gridtools_cpp-*.whl
Expand All @@ -51,7 +51,7 @@ jobs:
id-token: write
steps:
- name: download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gridtools-cpp-wheel
path: .python_package/.nox/.cache/dist
Expand All @@ -71,7 +71,7 @@ jobs:
id-token: write
steps:
- name: download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gridtools-cpp-wheel
path: .python_package/.nox/.cache/dist
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
python -m pip install --upgrade pip setuptools
python -m pip install nox
- name: download wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: gridtools-cpp-wheel
path: .python_package/.nox/.cache/dist
Expand Down

0 comments on commit b5fceda

Please sign in to comment.