diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index aeaa8b8c0e8..2ff248fd40a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: if: github.event_name == 'pull_request' - name: Upload artifact with ShellCheck defects in SARIF format - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Differential ShellCheck SARIF path: ${{ steps.ShellCheck.outputs.sarif }} @@ -386,7 +386,7 @@ jobs: run: go test -v ./shared/... - name: Upload incus client artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 continue-on-error: true with: name: ${{ runner.os }} @@ -435,7 +435,7 @@ jobs: - name: Upload documentation artifacts if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: documentation path: doc/html