diff --git a/.github/workflows/rust-coverage.yaml b/.github/workflows/rust-coverage.yaml index 4050971..432397a 100644 --- a/.github/workflows/rust-coverage.yaml +++ b/.github/workflows/rust-coverage.yaml @@ -54,19 +54,19 @@ jobs: RUSTC_BOOTSTRAP=1 cargo tarpaulin --workspace --implicit-test-threads --all-features --all-targets --doc -o xml -o lcov -o html - name: Upload coverage report (lcov) - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 id: test_coverage_lcov with: name: code-coverage-lcov path: lcov.info - name: Upload coverage report (xml) - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 id: test_coverage_xml with: name: code-coverage-xml path: cobertura.xml - name: Upload coverage report (html) - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 id: test_coverage_html with: name: code-coverage-html diff --git a/.github/workflows/rust-license-report.yaml b/.github/workflows/rust-license-report.yaml index eccd4c7..7b7cbde 100644 --- a/.github/workflows/rust-license-report.yaml +++ b/.github/workflows/rust-license-report.yaml @@ -64,7 +64,7 @@ jobs: - name: Create license report run: | cargo about generate --config ${{ inputs.config }} ${{ inputs.templates }} > licenses.html - - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 id: license_report with: name: license-report