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