Skip to content

Commit 6217869

Browse files
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]>
1 parent 64700ba commit 6217869

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- uses: actions/checkout@v5
211211

212212
- name: Download Artifacts
213-
uses: actions/download-artifact@v4
213+
uses: actions/download-artifact@v5
214214
with:
215215
path: ${{ github.workspace }}
216216
pattern: fpm-*-windows-*-gcc-${{ matrix.gcc_v }}.exe
@@ -309,7 +309,7 @@ jobs:
309309
if: ${{ github.event_name == 'push' }}
310310

311311
- name: Download Artifacts
312-
uses: actions/download-artifact@v4
312+
uses: actions/download-artifact@v5
313313
with:
314314
path: fpm-cd-artifacts
315315
pattern: 'fpm-*-gcc-12*'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
if: ${{ github.event_name == 'push' }}
129129

130130
- name: Download Artifacts
131-
uses: actions/download-artifact@v4
131+
uses: actions/download-artifact@v5
132132
with:
133133
path: fpm-cd-artifacts
134134
merge-multiple: true

0 commit comments

Comments
 (0)