Skip to content

Commit

Permalink
Merge pull request #2 from ZEISS/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
github-actions[bot] authored Mar 8, 2024
2 parents a15577c + 7be7743 commit d5dc4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: .test/reports/**-test.xml
reporter: java-junit
fail-on-error: 'true'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Test Reports
Expand Down

0 comments on commit d5dc4c9

Please sign in to comment.