Skip to content

Commit

Permalink
Merge pull request #1 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
katallaxie authored Oct 15, 2024
2 parents 25846df + 8022870 commit 6c2ac4e
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 6c2ac4e

Please sign in to comment.