Skip to content

Commit

Permalink
Merge pull request #132 from cisagov/dependencies/update_artifact_act…
Browse files Browse the repository at this point in the history
…ions

Bump actions/upload-artifact and actions/download-artifact from 3 to 4
  • Loading branch information
mcdonnnj authored Jul 29, 2024
2 parents 1cdfd2f + 3664329 commit 5b7a24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
- name: Build artifacts
run: python -m build
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -388,7 +388,7 @@ jobs:
restore-keys: |
${{ env.BASE_CACHE_KEY }}
- name: Retrieve the built wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist-${{ matrix.python-version }}
path: dist
Expand Down

0 comments on commit 5b7a24b

Please sign in to comment.