Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
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.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
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 Jan 1, 2024
1 parent f1e8bef commit b793781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifacts
path: .build
Expand All @@ -120,7 +120,7 @@ jobs:
needs: [build]

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: installer

Expand All @@ -141,7 +141,7 @@ jobs:
if: github.event.release.tag_name

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: installer
path: .build
Expand All @@ -162,7 +162,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: installer
path: .build
Expand Down

0 comments on commit b793781

Please sign in to comment.