Skip to content

Commit

Permalink
Changed repo for artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
klingaard committed Dec 13, 2023
1 parent a780fdf commit b2b6c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
# Save error logs, etc
- name: Save artifacts
if: failure()
uses: actions/upload-artifacts@master
uses: actions/upload-artifacts@main
with:
name: ErrorLogs
path: ${{env.BUILD_TYPE}}/test/Testing/Temporary
Expand Down

0 comments on commit b2b6c03

Please sign in to comment.