Skip to content

Commit 9576791

Browse files
build(deps): bump actions/download-artifact
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9627157 commit 9576791

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
@@ -123,7 +123,7 @@ jobs:
123123
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
124124
steps:
125125
- name: download tracked files and build artifacts
126-
uses: actions/download-artifact@v3
126+
uses: actions/download-artifact@v4.1.7
127127
with:
128128
name: windows-artifacts
129129
path: ${{github.workspace}}
@@ -213,7 +213,7 @@ jobs:
213213
steps:
214214
- uses: git-for-windows/setup-git-for-windows-sdk@v1
215215
- name: download tracked files and build artifacts
216-
uses: actions/download-artifact@v3
216+
uses: actions/download-artifact@v4.1.7
217217
with:
218218
name: vs-artifacts
219219
path: ${{github.workspace}}

0 commit comments

Comments
 (0)