diff --git a/.github/workflows/benchmark-build-speed.yml b/.github/workflows/benchmark-build-speed.yml index db6dbfa6..78cbe7ef 100644 --- a/.github/workflows/benchmark-build-speed.yml +++ b/.github/workflows/benchmark-build-speed.yml @@ -33,7 +33,7 @@ jobs: ./benchmark-build-speed.sh - name: Upload results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.sha }} path: ${{ github.workspace }}/scripts/benchmark/results/ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae3c9e95..4360d409 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: make all - name: Archive artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.sha }} path: |