From a42522217c85dfbd852116214ced05f73d7ee4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:00:57 +0000 Subject: [PATCH] ci(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/security.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 7930d4a..f98a32a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -123,7 +123,7 @@ jobs: - name: Upload audit report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: audit-report-${{ matrix.project }} path: ${{ matrix.project }}/audit-report.json diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 447c8f0..5f9dfd1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,7 +81,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-results-${{ matrix.project }}-node${{ matrix.node-version }} path: ${{ matrix.project }}/test-results/ @@ -133,7 +133,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: foundry-test-results path: examples/foundry/