diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 0a8d796..2f6d425 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -115,7 +115,7 @@ jobs: uses: actions/checkout@v5 - name: Download configuration files artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: ${{ env.CONFIGURATIONS_ARTIFACT }}-* merge-multiple: true