Skip to content

Commit 41bb7d3

Browse files
authored
chore(deps): bump actions/download-artifact from 7 to 8 (#1254)
2 parents acf138b + a0c1d01 commit 41bb7d3

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
@@ -286,7 +286,7 @@ jobs:
286286

287287
- name: Download Artifacts
288288
id: download_windows_artifacts
289-
uses: actions/download-artifact@v7
289+
uses: actions/download-artifact@v8
290290
with:
291291
path: ${{ github.workspace }}
292292
pattern: fpm-*-windows-*-gcc-${{ matrix.gcc_v }}.exe
@@ -403,7 +403,7 @@ jobs:
403403
if: ${{ github.event_name == 'push' }}
404404

405405
- name: Download Artifacts
406-
uses: actions/download-artifact@v7
406+
uses: actions/download-artifact@v8
407407
with:
408408
path: fpm-cd-artifacts
409409
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@v7
131+
uses: actions/download-artifact@v8
132132
with:
133133
path: fpm-cd-artifacts
134134
merge-multiple: true

0 commit comments

Comments
 (0)