diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c022c98..7a66a1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: steps: - name: "Download Artifacts" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: "windows-latest" @@ -109,7 +109,7 @@ jobs: steps: - name: "Download Artifacts" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: "windows-latest"