diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 18f0e81d..48a3f05d 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 with: name: librustls_0.15.0_amd64.deb - name: Install deb