Skip to content

Commit

Permalink
github actions artifact @ v3 is now removed. Use @v4 instead
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Cobbett <77053+techcobweb@users.noreply.github.com>
  • Loading branch information
techcobweb committed Jan 30, 2025
1 parent f5b7859 commit 112b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Upload Jacoco report
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: framework-unit-tests
path: modules/framework/galasa-parent/**/build/reports/**/*.html
Expand Down

0 comments on commit 112b12c

Please sign in to comment.