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/auto-sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo "changed=false" >> "$GITHUB_OUTPUT"
fi
- name: Upload Docs and Wiki Patch Artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: docs-wiki-full-patch
path: docs-wiki-full-patch.diff
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
chmod +x tests/integration/playwright_screenshot_integration.sh
CONTAINER_NAME=github-runner-chrome tests/integration/playwright_screenshot_integration.sh
- name: Upload Playwright screenshot artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: playwright-google-screenshot
path: test-results/playwright/google_screenshot_*.png
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
chmod +x tests/integration/playwright_screenshot_integration.sh
CONTAINER_NAME=github-runner-chrome-go tests/integration/playwright_screenshot_integration.sh
- name: Upload Playwright screenshot artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: playwright-chrome-go-google-screenshot
path: test-results/playwright/google_screenshot_*.png
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
echo "$PRIMARY_TAG" > build-normal-image-tag.txt
echo "${{ steps.build.outputs.digest }}" > build-normal-image-digest.txt
- name: Upload normal runner build artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: build-normal-image-artifacts
path: |
Expand Down Expand Up @@ -683,7 +683,7 @@ jobs:
echo "$PRIMARY_TAG" > build-chrome-image-tag.txt
echo "${{ steps.build-chrome.outputs.digest }}" > build-chrome-image-digest.txt
- name: Upload Chrome build artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: build-chrome-image-artifacts
path: |
Expand Down Expand Up @@ -781,7 +781,7 @@ jobs:
echo "$PRIMARY_TAG" > build-chrome-go-image-tag.txt
echo "${{ steps.build-chrome-go.outputs.digest }}" > build-chrome-go-image-digest.txt
- name: Upload Chrome-Go build artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: build-chrome-go-image-artifacts
path: |
Expand Down Expand Up @@ -812,7 +812,7 @@ jobs:
echo "Running unit tests for obsolete package detection..."
tests/unit/package-validation.sh
- name: Upload package validation results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: package-validation-results
Expand Down Expand Up @@ -1103,7 +1103,7 @@ jobs:
echo "PASSED" > test-results/configuration/status.txt
fi
- name: Upload comprehensive test results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: test-results-${{ matrix.test-suite }}
Expand Down Expand Up @@ -1144,7 +1144,7 @@ jobs:
chmod +x tests/user-deployment/test-user-experience.sh
tests/user-deployment/test-user-experience.sh
- name: Upload user deployment test results
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: user-deployment-test-results
Expand Down Expand Up @@ -1288,7 +1288,7 @@ jobs:
fi
cat deployment-report.md
- name: Upload deployment report
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: deployment-report
path: deployment-report.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Upload Patch Artifact
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: docs-full-patch
path: docs-full-patch.diff
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ jobs:
fi

- name: Upload security report
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: security-status-report
path: security-status.md
Expand Down Expand Up @@ -894,7 +894,7 @@ jobs:
EOF

- name: Upload comprehensive health report
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: comprehensive-health-report
path: comprehensive-health-report.md
Expand Down Expand Up @@ -983,7 +983,7 @@ jobs:
exit 0

- name: Upload maintenance summary
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: maintenance-summary
path: maintenance-summary.md
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
format: spdx-json
output-file: sbom.spdx.json
- name: Upload SBOM as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: sbom
path: sbom.spdx.json
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
format: spdx-json
output-file: sbom-chrome.spdx.json
- name: Upload SBOM as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: sbom-chrome
path: sbom-chrome.spdx.json
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
format: spdx-json
output-file: sbom-chrome-go.spdx.json
- name: Upload SBOM as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: sbom-chrome-go
path: sbom-chrome-go.spdx.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-advisories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ jobs:
console.log(`✅ Created critical vulnerability issue with ${critical} CRITICAL findings.`);

- name: Upload Security Reports
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: security-scan-reports-${{ steps.params.outputs.timestamp }}
path: |
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
EOF

- name: Upload Security Summary
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: security-summary-${{ steps.params.outputs.timestamp }}
path: security-report.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/seed-trivy-sarif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
category: "baseline-filesystem-scan"

- name: Upload SARIF as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: trivy-filesystem-sarif
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
category: "baseline-container-scan-${{ matrix.variant }}"

- name: Upload SARIF as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: trivy-container-${{ matrix.variant }}-sarif
Expand Down