Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and xarantolus committed Sep 22, 2024
1 parent 3434f83 commit 5683f85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: linux-zip

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: SHA256SUMS-linux

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: windows-zip

Expand Down

0 comments on commit 5683f85

Please sign in to comment.