Skip to content

Commit 9954628

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows (#411)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07f1539 commit 9954628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v3
9696
with:
9797
fetch-depth: 0
98-
- uses: actions/download-artifact@v2
98+
- uses: actions/download-artifact@v4.1.7
9999
with:
100100
name: build-files
101101
- name: Download sentry-cli

0 commit comments

Comments
 (0)