Skip to content

Commit

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

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
github-actions[bot] authored Aug 5, 2024
2 parents 6a91c85 + 2e1d83f commit 6854272
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 @@ -35,7 +35,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 6854272

Please sign in to comment.