diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98b8300..b6e7ab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: run: cargo bench - name: Upload benchmark results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: benchmark-results path: target/criterion/ @@ -199,7 +199,7 @@ jobs: run: cargo doc --all-features --no-deps --document-private-items - name: Upload documentation - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: documentation path: target/doc/ @@ -321,7 +321,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage reports (artifacts) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: coverage-reports-${{ github.run_number }} path: | diff --git a/.github/workflows/formal-verification.yml b/.github/workflows/formal-verification.yml index a9a1bdc..7c9c34d 100644 --- a/.github/workflows/formal-verification.yml +++ b/.github/workflows/formal-verification.yml @@ -101,7 +101,7 @@ jobs: - name: Upload verification artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: formal-verification-report path: |