Skip to content

Commit 674cb33

Browse files
authoredJan 3, 2024
Merge pull request #179 from ONSdigital/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 2 to 4 - forcing in to see if this fixes troubles uploading test report
2 parents 0d32782 + 280a3ff commit 674cb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci-checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
reporter: java-junit
3939
fail-on-error: false
4040
- name: upload-coverage-report
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: coverage-report
4444
path: htmlcov/

0 commit comments

Comments
 (0)
Please sign in to comment.