diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea3e25fca90..9b3cfd71cd9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,7 +104,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - name: Upload ${{ matrix.image }} artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: retention-days: 1 name: image-tar-${{ matrix.image }} diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index c1075a972aa..0e0bd88f360 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -21,7 +21,7 @@ jobs: fuzz-seconds: 600 output-sarif: true - name: Upload Crash - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() && steps.build.outcome == 'success' with: name: artifacts