Skip to content

Commit a120f23

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54978e6 commit a120f23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
ci/run_tests.sh "$PWD/${{ env.FPM_RELEASE }}"
259259
260260
- name: Upload artifact
261-
uses: actions/upload-artifact@v4
261+
uses: actions/upload-artifact@v5
262262
with:
263263
name: ${{ env.FPM_RELEASE }}
264264
path: ${{ env.FPM_RELEASE }}
@@ -372,7 +372,7 @@ jobs:
372372
move fpm-installer.exe fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe
373373
374374
- name: Upload artifact
375-
uses: actions/upload-artifact@v4
375+
uses: actions/upload-artifact@v5
376376
with:
377377
name: fpm-installer-gcc-${{ matrix.gcc_v }}
378378
path: ci/fpm-installer-${{ env.VERSION }}-gcc-${{ matrix.gcc_v }}.exe

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
PREFIX: fpm-${{ env.VERSION }}/
3636

3737
- name: Upload artifact
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: ${{ env.OUTPUT }}
4141
path: ${{ env.OUTPUT }}
@@ -104,7 +104,7 @@ jobs:
104104
${{ env.EXE }} build
105105
106106
- name: Upload artifact
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v5
108108
with:
109109
name: ${{ env.OUTPUT }}
110110
path: ${{ env.OUTPUT }}

0 commit comments

Comments
 (0)