From eb21c2b6399979b03e3584ac47df3efc5ce7cceb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:11:30 +0000 Subject: [PATCH] deps: bump the production-dependencies group across 1 directory with 4 updates Bumps the production-dependencies group with 4 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/github-script](https://github.com/actions/github-script), [actions/download-artifact](https://github.com/actions/download-artifact) and [42ByteLabs/patch-release-me](https://github.com/42bytelabs/patch-release-me). 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) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) Updates `42ByteLabs/patch-release-me` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/42bytelabs/patch-release-me/releases) - [Changelog](https://github.com/42ByteLabs/patch-release-me/blob/main/.release.yml) - [Commits](https://github.com/42bytelabs/patch-release-me/compare/9ff3c04cb0802fd8dcd3100e5c0b4801e88daf3a...1a840ec5f538188590b75b19e1c300c7d036bcc8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: 42ByteLabs/patch-release-me dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/update-release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70e69ad6..23123de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: - name: Upload test results if: steps.changes.outputs.src == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.language }}-test-results path: | @@ -122,13 +122,13 @@ jobs: steps: - name: Check if compile-and-test job failed to complete, if so fail if: ${{ needs.compile-and-test.result == 'failure' }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.setFailed('Test run job failed') - name: Collect test results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Validate test results run: | diff --git a/.github/workflows/update-release.yml b/.github/workflows/update-release.yml index 85e7139b..ed75b6f3 100644 --- a/.github/workflows/update-release.yml +++ b/.github/workflows/update-release.yml @@ -29,7 +29,7 @@ jobs: private-key: ${{ secrets.SECLABS_APP_KEY }} - name: "Patch Release Me" - uses: 42ByteLabs/patch-release-me@9ff3c04cb0802fd8dcd3100e5c0b4801e88daf3a # 0.6.1 + uses: 42ByteLabs/patch-release-me@1a840ec5f538188590b75b19e1c300c7d036bcc8 # 0.6.2 with: # Bump (patch) mode: ${{ inputs.mode }}