Skip to content
Merged
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/applitools-visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

- name: Upload Applitools artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: applitools-visual
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch-protection-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
}

- name: Upload audit artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: branch-protection-audit
path: branch-protection-audit
2 changes: 1 addition & 1 deletion .github/workflows/codacy-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Upload Codacy zero artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: codacy-zero
path: codacy-zero
2 changes: 1 addition & 1 deletion .github/workflows/coverage-100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Upload coverage artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: coverage-100
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deepscan-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Upload DeepScan zero artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: deepscan-zero
path: deepscan-zero
2 changes: 1 addition & 1 deletion .github/workflows/desktop-updater-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python scripts/desktop_updater_e2e.py --platform "${{ matrix.platform }}"

- name: Upload updater evidence
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: desktop-updater-e2e-${{ matrix.platform }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/diarization-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
bash scripts/run_diarization_benchmarks.sh samples/sample.wav --stamp "$(date -u +%F)"

- name: Upload benchmark evidence
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: diarization-benchmark-cpu
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
bash scripts/run_diarization_benchmarks.sh samples/sample.wav --stamp "$(date -u +%F)" --run-gpu

- name: Upload GPU evidence
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: diarization-benchmark-gpu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ops-weekly-digest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cat ops-digest/upsert.json

- name: Upload digest artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: ops-weekly-digest
path: ops-digest
2 changes: 1 addition & 1 deletion .github/workflows/percy-visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Upload Percy artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: percy-visual
path: percy-visual
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality-zero-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
--out-md quality-secrets/secrets.md
- name: Upload secrets preflight artifact
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: quality-secrets
path: quality-secrets
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Upload aggregate artifact
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: quality-zero-gate
path: quality-zero-gate
2 changes: 1 addition & 1 deletion .github/workflows/release-readiness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: make release-readiness PYTHON=python

- name: Upload readiness evidence
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: release-readiness-evidence
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
"${SEMGREP_SRC_ROOT}"
- name: Upload Semgrep artifacts
if: always()
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
with:
name: semgrep-zero
path: semgrep-zero
2 changes: 1 addition & 1 deletion .github/workflows/sentry-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Upload Sentry artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sentry-zero
path: sentry-zero
2 changes: 1 addition & 1 deletion .github/workflows/sonar-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Upload Sonar zero artifacts
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: sonar-zero
path: sonar-zero
2 changes: 1 addition & 1 deletion .github/workflows/strict23-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cat strict23-preflight/preflight.md

- name: Upload strict-23 artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: strict23-preflight
path: strict23-preflight
Loading