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
2 changes: 1 addition & 1 deletion .github/workflows/api-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Upload test results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: api-integration-test-results
path: apps/api/test-results.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cargo audit --json > cargo-audit-report.json

- name: Upload Cargo Audit Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: cargo-audit-report.json
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
"

- name: Upload NPM Audit Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: npm-audit-report.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

- name: Upload raw k6 results
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: k6-benchmark-results
path: apps/api/tests/load/results/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Store DAST report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ZAP_Report
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Upload Playwright report
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: playwright-report
path: apps/web/playwright-report/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rollback-drill.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Upload verification report
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: rollback-drill-report
path: verification-reports/
Expand Down
Loading