diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b76deb58..ce04072e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Upload test coverage information run: bash <(curl -s https://codecov.io/bash) - name: Upload build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: build path: build @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@main - name: Download build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: build path: build