Skip to content

Commit

Permalink
Merge pull request #6 from MelleB/renovate/major-github-artifact-actions
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v4
  • Loading branch information
MelleB authored Aug 18, 2024
2 parents 6832805 + 6d26a80 commit 6a8897f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: npm run test:coverage

- name: Upload coverage report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: coverage

0 comments on commit 6a8897f

Please sign in to comment.