diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6225319..3c20ab7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact-${{ github.run_id }} @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact-${{ github.run_id }} @@ -102,7 +102,7 @@ jobs: persist-credentials: false - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact-${{ github.run_id }}