diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46f63347..db3f508e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: - name: Upload Execution Log (on failure) if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: hermiticity-execution-log path: /tmp/exec.json @@ -522,7 +522,7 @@ jobs: tar -czf rules_wasm_component.tar.gz -C release_tmp . - name: Upload Release Asset - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rules_wasm_component path: rules_wasm_component.tar.gz