diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 412129b..aa1642f 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -104,7 +104,7 @@ jobs: steps: # This step is needed to get the size data produced by the compile jobs - name: Download sketches reports artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: sketches-reports-artifact path: ${{ env.SKETCHES_REPORTS_PATH }}