Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 7f1b3e8

Browse files
build(deps): bump actions/download-artifact 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 0205c65 commit 7f1b3e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
nr: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
109109
steps:
110110
- name: download tracked files and build artifacts
111-
uses: actions/download-artifact@v2
111+
uses: actions/download-artifact@v4.1.7
112112
with:
113113
name: windows-artifacts
114114
path: ${{github.workspace}}
@@ -192,7 +192,7 @@ jobs:
192192
steps:
193193
- uses: git-for-windows/setup-git-for-windows-sdk@v1
194194
- name: download tracked files and build artifacts
195-
uses: actions/download-artifact@v2
195+
uses: actions/download-artifact@v4.1.7
196196
with:
197197
name: vs-artifacts
198198
path: ${{github.workspace}}

0 commit comments

Comments
 (0)