diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6cff18c..dfb9f28 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,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 }} @@ -76,7 +76,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 }} @@ -106,7 +106,7 @@ jobs: persist-credentials: false - name: Restore artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: artifact-${{ github.run_id }}