From 1d65beaa69034e3ef5d5aa4ff259238858d5de01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:23:27 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/labeling.yml | 2 +- .github/workflows/metrics.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labeling.yml b/.github/workflows/labeling.yml index 5967d353..5e68e1d8 100644 --- a/.github/workflows/labeling.yml +++ b/.github/workflows/labeling.yml @@ -105,7 +105,7 @@ jobs: node scripts/agents/includes/report-writer.js > .github/reports/labeling/${{ github.run_id }}.md - name: Upload report artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: labeling-report-${{ github.run_id }} path: .github/reports/labeling/${{ github.run_id }}.md diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 088edfd9..35431a1d 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -31,14 +31,14 @@ jobs: run: npm run metrics:ci - name: Upload JSON artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: frontmatter-metrics-json path: metrics/out/frontmatter-metrics.json if-no-files-found: warn - name: Upload Markdown report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: frontmatter-metrics-md path: metrics/out/frontmatter-metrics.md