Skip to content

Commit 695f93b

Browse files
dependabot[bot]loop8ack
authored andcommitted
Bump actions/download-artifact from 4.1.4 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.4...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f25555c commit 695f93b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Download VSIX 2017
24-
uses: actions/download-artifact@v4.1.4
24+
uses: actions/download-artifact@v4.1.7
2525
with:
2626
name: ExtensionManager2017.vsix
2727

2828
- name: Download VSIX 2019
29-
uses: actions/download-artifact@v4.1.4
29+
uses: actions/download-artifact@v4.1.7
3030
with:
3131
name: ExtensionManager2019.vsix
3232

3333
- name: Download VSIX 2022
34-
uses: actions/download-artifact@v4.1.4
34+
uses: actions/download-artifact@v4.1.7
3535
with:
3636
name: ExtensionManager2022.vsix
3737

0 commit comments

Comments
 (0)