Skip to content

Commit 2b452d1

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 ebcad4c commit 2b452d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/debug_fasp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: ./debug_fasp
9595

9696
- name: Keep screenshots from failed system tests
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v5
9898
if: failure()
9999
with:
100100
name: screenshots

.github/workflows/fasp_base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: ./fasp_base
5959

6060
- name: Keep screenshots from failed system tests
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
if: failure()
6363
with:
6464
name: screenshots

.github/workflows/fasp_data_sharing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: ./fasp_data_sharing
5959

6060
- name: Keep screenshots from failed system tests
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
if: failure()
6363
with:
6464
name: screenshots

0 commit comments

Comments
 (0)