Skip to content

Commit 9391cbe

Browse files
authored
Bump actions/download-artifact from 4 to 5 (#1188)
2 parents dc8a7fa + 6217869 commit 9391cbe

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)