Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.0 to 4.1.4 (#8)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.0...v4.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 29, 2024
1 parent f58a6e9 commit 71c5b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ref: "master"
token: ${{ secrets.PUSH_TOKEN }}
- name: ⬇️ Download additional artifacts
uses: actions/[email protected].0
uses: actions/[email protected].4
with:
name: ${{ env.ADDITIONAL_ARTIFACTS_NAME }}
path: ${{ env.ADDITIONAL_ARTIFACTS_PATH }}
Expand Down

0 comments on commit 71c5b18

Please sign in to comment.