Skip to content

Commit 6545044

Browse files
authored
Merge pull request #1293 from goblint/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents b0299eb + 1a3e008 commit 6545044

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
8989
PULL_REQUEST_NUMBER: ${{ github.event.number }}
9090

91-
- uses: actions/upload-artifact@v3
91+
- uses: actions/upload-artifact@v4
9292
if: always()
9393
with:
9494
name: suite_result

.github/workflows/locked.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
- name: Test incremental regression with cfg comparison
8383
run: ruby scripts/update_suite.rb -c
8484

85-
- uses: actions/upload-artifact@v3
85+
- uses: actions/upload-artifact@v4
8686
if: always()
8787
with:
88-
name: suite_result
88+
name: suite_result-${{ matrix.os }}
8989
path: tests/suite_result/
9090

9191
extraction:

0 commit comments

Comments
 (0)