diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de2b5f7..c5aa28e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -98,7 +98,7 @@ jobs: if: always() && (needs.component-changes.result == 'success' || needs.automations.result == 'success' || needs.components.result == 'success') steps: - name: Download artifacts - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 with: path: output merge-multiple: true