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