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