diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 93b07bb..66d2eb3 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -114,7 +114,7 @@ jobs: uses: actions/checkout@v6 - name: Download configuration files artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ env.CONFIGURATIONS_ARTIFACT }} path: ${{ env.CONFIGURATIONS_FOLDER }}