Skip to content

Commit

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

Bump actions/upload-artifact from 4.3.0 to 4.3.3
  • Loading branch information
Mongey authored Jun 10, 2024
2 parents 259bc62 + a1ffccc commit fdc74d1
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/[email protected].0
uses: actions/[email protected].3
with:
name: acc-test-results.xml
path: go-test-report.xml
Expand Down

0 comments on commit fdc74d1

Please sign in to comment.