diff --git a/.github/workflows/sync-labels-npm.yml b/.github/workflows/sync-labels-npm.yml index 832de1b..f152bb8 100644 --- a/.github/workflows/sync-labels-npm.yml +++ b/.github/workflows/sync-labels-npm.yml @@ -125,7 +125,7 @@ jobs: uses: actions/checkout@v4 - name: Download configuration files artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ env.CONFIGURATIONS_ARTIFACT }} path: ${{ env.CONFIGURATIONS_FOLDER }} diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 4ba6d93..eb84bd2 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -320,7 +320,7 @@ jobs: uses: actions/checkout@v4 - name: Download sketches reports artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: ${{ needs.all-inputs.outputs.report-artifact-name }} path: ${{ env.SKETCHES_REPORTS_PATH }}