Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 24bd00c commit c08f1eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nasl-cli-amd64
path: bin/nasl-cli/linux/amd64
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nasl-cli-aarch64
path: bin/nasl-cli/linux/arm64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rustification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: FEED_DIR="feed/" sh .github/prepare-feed.sh
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nasl-cli
- name: verify syntax parsing
Expand All @@ -137,10 +137,10 @@ jobs:
- uses: actions/checkout@v3
- run: apt-get update && apt-get install -y docker.io
- run: FEED_DIR="feed/" sh .github/prepare-feed.sh
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: nasl-cli
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: feed-verifier
- name: prepare setup
Expand Down

0 comments on commit c08f1eb

Please sign in to comment.