diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef1ed16..2432b7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: # integration tests are exercised by the `test` job but excluded # here to keep this job fast and deterministic. - run: cargo llvm-cov --lib --bins --lcov --output-path lcov.info - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: coverage-lcov path: lcov.info diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d61c21..2ce1567 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: Compress-Archive -Path $name -DestinationPath "$name.zip" - name: Upload archive - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: formwatch-${{ matrix.target }} path: formwatch-${{ matrix.target }}.${{ matrix.archive_ext }}