Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#40)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent 3462881 commit 81e127f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}
- name: Restore build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build
path: build/
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs: tag-new-versions
steps:
- name: Restore build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: flixpatrol
path: bin/
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Restore build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: flixpatrol
path: bin/
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Restore build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: flixpatrol
path: bin/
Expand Down

0 comments on commit 81e127f

Please sign in to comment.