Skip to content

Commit

Permalink
Bump actions/download-artifact (#132)
Browse files Browse the repository at this point in the history
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/download-artifact` from 3 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  dependency-group: github_actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 1c6090d commit 597fc9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kernelctf-release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
needs: build
steps:
- name: Download exploit
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: ${{inputs.releaseId}}
path: ./kernelctf/releases/${{inputs.releaseId}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kernelctf-submission-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
sudo udevadm trigger --name-match=kvm
- name: Download exploit
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: exploit_${{ env.RELEASE_ID }}
path: ./kernelctf/repro/exp/
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
if: always() && needs.structure_check.result == 'success'
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: ./artifacts

Expand Down

0 comments on commit 597fc9e

Please sign in to comment.