diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a5e8e8e..19ec2e17 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }} @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v3 - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }} @@ -113,7 +113,7 @@ jobs: persist-credentials: false - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }}