Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/advanced-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
fail_ci_if_error: false

- name: Upload coverage artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: coverage-report-${{ matrix.rust }}
path: target/tarpaulin/index.html
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Upload fuzz artifacts
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: fuzz-artifacts
path: fuzz/artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Upload verification results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: verification-results
path: |
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:

- name: Upload benchmark results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: benchmark-results
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
echo "*This report is generated automatically by the dependency validation workflow.*" >> dependency_report.md

- name: Upload report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: dependency-report
path: dependency_report.md
2 changes: 1 addition & 1 deletion .github/workflows/docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Upload Vale Report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: vale-report
path: vale-report.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Upload health report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: health-report
path: health_report.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iso-installability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Upload ISO and smoke logs
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: iso-build-artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iso-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "ISO creation would happen here with full build environment"

- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: release-assets
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-trust-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
continue-on-error: true

- name: Upload Dashboard
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: live-trust-dashboard
path: LIVE_TRUST_DASHBOARD.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memory-safety-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
});

- name: Upload Reports
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: memory-safety-report
path: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/phase7-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cargo audit --json > audit-report.json || true

- name: Upload audit report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: security-audit-report
path: audit-report.json
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
continue-on-error: true

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: vantis-${{ matrix.target }}
path: target/${{ matrix.target }}/release/
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
cargo test --release --test performance_validation -- --nocapture 2>&1 | grep -E "(throughput|latency|overhead)" >> benchmark-report.md || true

- name: Upload benchmark report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: benchmark-report
path: benchmark-report.md
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
echo "- [x] Human oversight implemented" >> compliance-report.md

- name: Upload compliance report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: compliance-report
path: compliance-report.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
continue-on-error: true

- name: "Upload artifact"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sigstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
artifact: target/release/vantis
- name: Upload signature
if: steps.check-binary.outputs.has_binary == 'true'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: signatures
path: target/release/*.sig
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vantis-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:

- name: Upload analysis report
if: steps.analysis.outputs.any_changed == 'true'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: vantis-guard-report
path: |
Expand Down
Loading