diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index 9f06e53..2a964d1 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -114,7 +114,7 @@ jobs: - name: Download sketches reports artifact id: download-artifact continue-on-error: true # If compilation failed for all boards then there are no artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }} path: ${{ env.SKETCHES_REPORTS_PATH }} diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 4ea5755..e84e803 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -108,7 +108,7 @@ jobs: uses: actions/checkout@v3 - name: Download configuration files artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{ env.CONFIGURATIONS_ARTIFACT }} path: ${{ env.CONFIGURATIONS_FOLDER }}