Skip to content

Commit a3324c2

Browse files
authored
Bump actions/download-artifact from 5 to 6 (#1198)
2 parents 54199a0 + 245b057 commit a3324c2

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
@@ -279,7 +279,7 @@ jobs:
279279

280280
- name: Download Artifacts
281281
id: download_windows_artifacts
282-
uses: actions/download-artifact@v5
282+
uses: actions/download-artifact@v6
283283
with:
284284
path: ${{ github.workspace }}
285285
pattern: fpm-*-windows-*-gcc-${{ matrix.gcc_v }}.exe
@@ -396,7 +396,7 @@ jobs:
396396
if: ${{ github.event_name == 'push' }}
397397

398398
- name: Download Artifacts
399-
uses: actions/download-artifact@v5
399+
uses: actions/download-artifact@v6
400400
with:
401401
path: fpm-cd-artifacts
402402
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@v5
131+
uses: actions/download-artifact@v6
132132
with:
133133
path: fpm-cd-artifacts
134134
merge-multiple: true

0 commit comments

Comments
 (0)