From f497a1a4b45c9dc3abf2a2e252be5e04bbf8e209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 22:05:48 +0000 Subject: [PATCH] Bump the github-actions group across 2 directories with 1 update Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the github-actions group with 1 update in the /.github/workflows directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). 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/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/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release-main.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index 46a4e9f0..640d2127 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -48,7 +48,7 @@ jobs: - name: Store artifacts if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nupkg path: build/output/*.nupkg diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76539da9..bf26f45a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - name: Store artifacts if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: nupkg path: build/output/*.nupkg diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b77c84c..b61c8b3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: - name: Store test results if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-windows path: build/output/junit-*.xml @@ -88,7 +88,7 @@ jobs: - name: Store test results if: success() || failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-linux path: build/output/junit-*.xml