From 436935cadc8915325c7c235ffccc536ca994bdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:43:47 +0000 Subject: [PATCH] deps: bump the production-dependencies group across 1 directory with 3 updates Bumps the production-dependencies group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [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 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) Updates `42ByteLabs/patch-release-me` from 0.6.4 to 0.6.5 - [Release notes](https://github.com/42bytelabs/patch-release-me/releases) - [Commits](https://github.com/42bytelabs/patch-release-me/compare/ef44b04c04fde87280adf14548664bfbcebba04d...6cd166a460bc205b93c29acb6fef2aa275dc0502) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: 42ByteLabs/patch-release-me dependency-version: 0.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 70e9c5b..a283458 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -22,7 +22,7 @@ jobs: ./scripts/create-coverage.py report --markdown > $GITHUB_STEP_SUMMARY - name: "Upload Coverage Report" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage.csv diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 04522b5..4381277 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: run: ./scripts/create-extractor-pack.sh - name: "Upload bundle artifact" - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: "extractor-bundle-${{ matrix.os }}" path: "./extractor-pack" @@ -86,7 +86,7 @@ jobs: submodules: true - name: "Download all artifacts" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: "./extractor-pack" merge-multiple: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06f1b2c..eb7a630 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: "Patch Release Me" - uses: 42ByteLabs/patch-release-me@ef44b04c04fde87280adf14548664bfbcebba04d # 0.6.4 + uses: 42ByteLabs/patch-release-me@6cd166a460bc205b93c29acb6fef2aa275dc0502 # 0.6.5 with: mode: ${{ github.event.inputs.bump }}