Skip to content

Commit

Permalink
Merge pull request #199 from cisagov/improvement/bump_artifact_action…
Browse files Browse the repository at this point in the history
…s_from_v3_to_v4

Bump `actions/download-artifact` and `actions/upload-artifact` from v3 to v4
  • Loading branch information
mcdonnnj authored Dec 6, 2024
2 parents 883079b + 18815c7 commit 1f09791
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 @@ -347,7 +347,7 @@ jobs:
- name: Compress image
run: gzip dist/image.tar
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade --requirement requirements-test.txt
- name: Download docker image artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 1f09791

Please sign in to comment.