diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 062429c..5098301 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -61,7 +61,7 @@ jobs: - name: Upload coverage artifact if: runner.os != 'Windows' && matrix.go == 'stable' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-${{ matrix.os }} path: coverage.out