diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbc0e88..144a71b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -241,7 +241,7 @@ jobs: run: cargo tarpaulin --out Html --out Xml --output-dir coverage --features extras --timeout 600 --fail-under 73 --skip-clean -- --test-threads 1 - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e520fb9..bc65e6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: Compress-Archive -Path "dist/*" -DestinationPath "${{ matrix.name }}.zip" - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.name }} path: ${{ matrix.name }}.${{ matrix.archive }} @@ -164,7 +164,7 @@ jobs: mv selfware.cdx.json selfware-sbom.json - name: Upload SBOM artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: sbom path: selfware-sbom.json