diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ea453fb55..a33b3c9ef 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -106,7 +106,7 @@ jobs: - name: Archive built scripts # TODO: upload only once # if: steps.gwos-cache.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: component.gwos-${{ steps.prepare.outputs.gwos-filehash }} path: | @@ -134,7 +134,7 @@ jobs: - name: Archive godwoken-polyjuice binaries # TODO: upload only once # if: steps.godwoken-polyjuice-cache.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: component.gwos-evm-${{ steps.prepare.outputs.gwos-evm-filehash }} path: | @@ -214,7 +214,7 @@ jobs: - name: Archive godwoken binaries # TODO: upload only once # if: steps.godwoken-cache.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: component.godwoken-${{ matrix.features || 'default' }}-${{ hashFiles('crates/**') }} path: | diff --git a/.github/workflows/gwos-evm-fuzz.yml b/.github/workflows/gwos-evm-fuzz.yml index f0a3c5a7f..04dee9945 100644 --- a/.github/workflows/gwos-evm-fuzz.yml +++ b/.github/workflows/gwos-evm-fuzz.yml @@ -93,7 +93,7 @@ jobs: mv corpus-new corpus-cache - name: Archive inputs that triggered crashes or sanitizer failures - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: fuzzing-inputs @@ -103,7 +103,7 @@ jobs: polyjuice-tests/fuzz/timeout-* polyjuice-tests/fuzz/oom-* - name: Archive corpus - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: corpus path: |