diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 6f59a78..3e2638f 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -126,7 +126,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@v4 + uses: actions/download-artifact@v6 with: pattern: sketches-reports-artifact-* merge-multiple: true