Skip to content

Commit 82e02e9

Browse files
authored
Merge pull request #190 from dieghernan/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 8545385 + 2ee268f commit 82e02e9

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
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Upload test results
9090
if: failure()
91-
uses: actions/upload-artifact@v5
91+
uses: actions/upload-artifact@v6
9292
with:
9393
name: coverage-test-failures
9494
path: ${{ runner.temp }}/package

0 commit comments

Comments
 (0)