Skip to content

Commit 69b0cac

Browse files
Merge pull request #47 from Mongey/dependabot/github_actions/actions/upload-artifact-2.3.1
2 parents 222f5d5 + e3fb276 commit 69b0cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
trap "go-junit-report < go-test.out > go-test-report.xml" EXIT
4545
make testacc | tee go-test.out
4646
- name: Upload test results
47-
uses: actions/upload-artifact@v1
47+
uses: actions/upload-artifact@v2.3.1
4848
with:
4949
name: acc-test-results.xml
5050
path: go-test-report.xml

0 commit comments

Comments
 (0)