Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.6 to 4.1.7
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tuxji committed Apr 25, 2024
1 parent 0a68fa4 commit 39bf235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
mvn -B package -f tools/pom.xml -Dtycho.localArtifacts=ignore
- name: Download soteria_pp
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
name: ${{ runner.os }}-binaries
path: tools/verdict-back-ends/soteria_pp/bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ jobs:
mvn -B package -f tools/pom.xml -Dtycho.localArtifacts=ignore
- name: Download macOS binaries
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
name: macOS-binaries
path: extern/mac

- name: Download Linux binaries
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
name: Linux-binaries
path: extern/nix
Expand Down

0 comments on commit 39bf235

Please sign in to comment.