Skip to content

Commit b38d065

Browse files
dependabot[bot]dscho
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 69035c0 commit b38d065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 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@v4
143+
uses: actions/download-artifact@v5
144144
with:
145145
name: windows-artifacts
146146
path: ${{github.workspace}}
@@ -226,7 +226,7 @@ jobs:
226226
steps:
227227
- uses: git-for-windows/setup-git-for-windows-sdk@v1
228228
- name: download tracked files and build artifacts
229-
uses: actions/download-artifact@v4
229+
uses: actions/download-artifact@v5
230230
with:
231231
name: vs-artifacts
232232
path: ${{github.workspace}}
@@ -292,7 +292,7 @@ jobs:
292292
shell: pwsh
293293
run: pip install meson ninja
294294
- name: Download build artifacts
295-
uses: actions/download-artifact@v4
295+
uses: actions/download-artifact@v5
296296
with:
297297
name: windows-meson-artifacts
298298
path: build

0 commit comments

Comments
 (0)