We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 222f5d5 + e3fb276 commit 69b0cacCopy full SHA for 69b0cac
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
trap "go-junit-report < go-test.out > go-test-report.xml" EXIT
45
make testacc | tee go-test.out
46
- name: Upload test results
47
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v2.3.1
48
with:
49
name: acc-test-results.xml
50
path: go-test-report.xml
0 commit comments