diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 6f59a78..7ed6548 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -111,7 +111,7 @@ jobs: enable-warnings-report: true - name: Save sketches report as workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: if-no-files-found: error path: ${{ env.SKETCHES_REPORTS_PATH }}