diff --git a/.github/workflows/compile-sketches.yaml b/.github/workflows/compile-sketches.yaml index 834c15f..ae5ba38 100644 --- a/.github/workflows/compile-sketches.yaml +++ b/.github/workflows/compile-sketches.yaml @@ -41,7 +41,7 @@ jobs: # This step is needed to pass the size data to the report job - name: Upload sketches report to workflow artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }} path: ${{ env.SKETCHES_REPORTS_PATH }}