Skip to content

Commit

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

Bump actions/upload-artifact from 2.2.4 to 2.3.0
  • Loading branch information
Mongey authored Dec 8, 2021
2 parents f85224c + 59fb715 commit ec66f2d
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 @@ -22,7 +22,7 @@ jobs:
trap "go-junit-report < go-test.out > go-test-report.xml" EXIT
make test | tee go-test.out
- name: Upload test results
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: acc-test-results.xml
path: go-test-report.xml
Expand Down

0 comments on commit ec66f2d

Please sign in to comment.