Skip to content

Commit

Permalink
Merge pull request #568 from UKHSA-Internal/bug/upgrade-to-v4-upload-…
Browse files Browse the repository at this point in the history
…artifact-action

Bump `upload-artifact` from deprecated `v3` -> `v4` due to sunset on 30th Jan
  • Loading branch information
A-Ashiq authored Jan 31, 2025
2 parents 2565d60 + 30b1cb3 commit 55fe79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Unlighthouse assertions and client
run: npx unlighthouse-ci --build-static --site ${{ env.TARGET_URL }} --budget=80

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: unlighthouse-report
Expand Down

1 comment on commit 55fe79c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit tests coverage

Lines Statements Branches Functions
Coverage: 96%
94.86% (1884/1986) 85.18% (483/567) 95.85% (301/314)
Tests Skipped Failures Errors Time
548 0 💤 0 ❌ 0 🔥 16.102s ⏱️

Please sign in to comment.