Skip to content

Commit a32565d

Browse files
authored
Merge pull request #1945 from goblint/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents e816b4a + 1ea686d commit a32565d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
7373
PULL_REQUEST_NUMBER: ${{ github.event.number }}
7474

75-
- uses: actions/upload-artifact@v6
75+
- uses: actions/upload-artifact@v7
7676
if: always()
7777
with:
7878
name: suite_result

.github/workflows/locked.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Test
6565
run: opam exec -- dune runtest
6666

67-
- uses: actions/upload-artifact@v6
67+
- uses: actions/upload-artifact@v7
6868
if: always()
6969
with:
7070
name: suite_result-${{ matrix.os }}

0 commit comments

Comments
 (0)