Skip to content

Commit f96be1d

Browse files
build(deps): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4dd449d commit f96be1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
cancel-in-progress: ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
141141
steps:
142142
- name: download tracked files and build artifacts
143-
uses: actions/download-artifact@v3
143+
uses: actions/download-artifact@v4
144144
with:
145145
name: windows-artifacts
146146
path: ${{github.workspace}}
@@ -229,7 +229,7 @@ jobs:
229229
steps:
230230
- uses: git-for-windows/setup-git-for-windows-sdk@v1
231231
- name: download tracked files and build artifacts
232-
uses: actions/download-artifact@v3
232+
uses: actions/download-artifact@v4
233233
with:
234234
name: vs-artifacts-x64
235235
path: ${{github.workspace}}

0 commit comments

Comments
 (0)