diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 94f33c3..8fe0c06 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -71,13 +71,13 @@ jobs: args: --timeout=5m - name: Archive code coverage results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: code-coverage-report path: coverage.txt - name: Archive documentation - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: documentation path: documentation.txt