Skip to content

Commit ac09146

Browse files
dependabot[bot]dscho
authored andcommitted
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 b3ee228 commit ac09146

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}}
@@ -230,7 +230,7 @@ jobs:
230230
steps:
231231
- uses: git-for-windows/setup-git-for-windows-sdk@v1
232232
- name: download tracked files and build artifacts
233-
uses: actions/download-artifact@v3
233+
uses: actions/download-artifact@v4
234234
with:
235235
name: vs-artifacts
236236
path: ${{github.workspace}}

0 commit comments

Comments
 (0)