Skip to content

Commit

Permalink
Merge pull request #137 from Mongey/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4.3.0

Bump actions/upload-artifact from 2.3.1 to 4.3.0
  • Loading branch information
Mongey authored Jun 6, 2024
2 parents 83d3861 + 4f04196 commit 68fd3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
trap "go-junit-report < go-test.out > go-test-report.xml" EXIT
make testacc | tee go-test.out
- name: Upload test results
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v4.3.0
with:
name: acc-test-results.xml
path: go-test-report.xml
Expand Down

0 comments on commit 68fd3d8

Please sign in to comment.