Skip to content

Commit

Permalink
Merge pull request #66 from Coho04/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
Coho04 authored Jun 18, 2024
2 parents 9656f7e + 66b1002 commit 3bae5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Archive Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: target/surefire-reports
Expand Down

0 comments on commit 3bae5d7

Please sign in to comment.