diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c74e08b..fdec6ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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@v3.1.0 + uses: actions/upload-artifact@v3.1.2 with: name: acc-test-results.xml path: go-test-report.xml