diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c60a912..3a049c6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -34,7 +34,7 @@ jobs: - name: Test with Go run: go test -json > TestResults-${{ matrix.go-version }}.json - name: Upload Go test results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Go-results-${{ matrix.go-version }} path: TestResults-${{ matrix.go-version }}.json \ No newline at end of file