diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 7f1d750d..142cab45 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -179,7 +179,7 @@ jobs: with: persist-credentials: false - name: Download rustls-ffi artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: ${{ matrix.artifact }} path: ${{ matrix.artifact }} @@ -277,7 +277,7 @@ jobs: with: persist-credentials: false - name: Download rustls-ffi deb artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: librustls_0.15.0_amd64.deb - name: Install deb