Skip to content

Commit

Permalink
Merge pull request #255 from senacor/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
xtermi2 authored May 12, 2024
2 parents 4c7c105 + 60bc16d commit ce12d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build and test with Maven
run: $MVN_CMD install
- name: upload test results
uses: actions/upload-artifact@v3 # upload test results
uses: actions/upload-artifact@v4 # upload test results
if: success() || failure() # run this step even if previous step failed
with:
name: test-results
Expand Down

0 comments on commit ce12d63

Please sign in to comment.