diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a661eb..9951ea0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - name: Upload test output on failure if: failure() && hashFiles('test-output.txt') != '' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-output-go-${{ matrix.go }} path: test-output.txt