Skip to content

Commit

Permalink
Bump actions/download-artifact from 3.0.2 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3.0.2...v4.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent b35d5a8 commit 634a69b
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/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
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/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: macOS-binaries
path: extern/mac

- name: Download Linux binaries
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: Linux-binaries
path: extern/nix
Expand Down

0 comments on commit 634a69b

Please sign in to comment.