Skip to content

Commit

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

---
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] committed Apr 12, 2022
1 parent 4c91a71 commit 4408b1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
id: download
with:
name: release
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- name: Fetch Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
id: download
with:
name: release
Expand All @@ -170,7 +170,7 @@ jobs:
needs: [config, release-archive, release]
steps:
- name: Fetch Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
id: download
with:
name: release
Expand Down

0 comments on commit 4408b1b

Please sign in to comment.