Skip to content

Commit 085b733

Browse files
🔀 Merge pull request #1126 from 'dependabot/github_actions/actions/upload-artifact-6'
Bump actions/upload-artifact from 5 to 6
2 parents a857363 + ce80760 commit 085b733

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
@@ -25,7 +25,7 @@ jobs:
2525
run: npm test
2626
- name: Archive code coverage report
2727
if: ${{ always() }}
28-
uses: actions/upload-artifact@v5
28+
uses: actions/upload-artifact@v6
2929
with:
3030
name: code-coverage-report-${{ github.event.repository.name }}-${{ matrix.node }}
3131
path: coverage

0 commit comments

Comments
 (0)