diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e7e9d24d..986a8352 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -293,7 +293,7 @@ jobs: - uses: actions/checkout@v5 - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: pdu-${{ matrix.target }} @@ -337,7 +337,7 @@ jobs: - uses: actions/checkout@v5 - name: Download all artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: path: ./downloads