Skip to content

Commit

Permalink
build(deps): Bump actions/download-artifact from 3 to 4 (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent a800fda commit 93acc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
aws-region: us-west-2
- id: artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: archives
path: dist
Expand Down

0 comments on commit 93acc42

Please sign in to comment.