diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81aec2a..9f51f93 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@v5 + uses: actions/upload-artifact@v7 with: name: build path: build @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@main - name: Download build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: build path: build