Skip to content

Commit 4591ddc

Browse files
authored
Merge pull request #77 from Pakillo/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents e591d31 + c19f080 commit 4591ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Upload test results
5959
if: failure()
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: coverage-test-failures
6363
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)