Skip to content

Commit 656e488

Browse files
authored
Merge pull request #12 from noclocks/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 4 to 6
2 parents ef85f54 + 80b1f8a commit 656e488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

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@v4
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: coverage-test-failures
6363
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)