Skip to content

Commit

Permalink
bumping version of actions/upload-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: AlexanderWollbrink <68860592+AlexanderWollbrink@users.noreply.github.com>
  • Loading branch information
AlexanderWollbrink authored Feb 19, 2025
1 parent 2e228d5 commit 79b9428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: sudo npm run test
- run: npm run coverage
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: |
Expand Down

0 comments on commit 79b9428

Please sign in to comment.