From 426762f738a4baa9a6a061222b754a332def99c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:15:29 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2abebbb..195c549 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,9 +28,9 @@ jobs: image: ${{ needs.docker_image.outputs.sc_tool }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: siliconcompiler/siliconcompiler path: siliconcompiler @@ -46,7 +46,7 @@ jobs: ./make.py --top-flat - name: Upload image artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: flat path: build/zerosoc/job0/zerosoc.png @@ -61,9 +61,9 @@ jobs: image: ${{ needs.docker_image.outputs.sc_tool }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: repository: siliconcompiler/siliconcompiler path: siliconcompiler @@ -81,7 +81,7 @@ jobs: ./make.py --top-only - name: Upload image artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: hierarchical path: |