Skip to content

Commit 7571a23

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
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]>
1 parent 96a203f commit 7571a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
SIGNING_IDENTITY: ${{ secrets.SIGNING_IDENTITY }}
119119
steps:
120120
- name: Download targz artifact
121-
uses: actions/download-artifact@v2
121+
uses: actions/download-artifact@v4.1.7
122122
with:
123123
name: UNSIGNED_PLUGIN
124124
path: /tmp/QS/build/Release/

0 commit comments

Comments
 (0)