From e96843879b8617d245bb230fe87f724ba71cb76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 04:43:06 +0000 Subject: [PATCH] chore: Bump actions/upload-artifact from 4.3.3 to 4.3.6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/early-access.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 8fcd754..ede9698 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -96,7 +96,7 @@ jobs: run: mvn -B -Pdist package -DskipTests - name: Upload build artifacts - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.6 with: name: artifacts-${{ matrix.os }} path: | @@ -146,7 +146,7 @@ jobs: - name: Capture JReleaser output if: always() - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.6 with: name: jreleaser-release-output retention-days: 7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e11454..5c46aea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: echo $NEXT_VERSION > NEXT_VERSION - name: Upload version files - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.6 with: name: artifacts path: | @@ -155,7 +155,7 @@ jobs: run: mvn -B -Pdist package -DskipTests - name: Upload build artifacts - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.6 with: name: artifacts-${{ matrix.os }} path: | @@ -246,7 +246,7 @@ jobs: - name: Capture JReleaser output if: always() - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.6 with: name: jreleaser-release-output retention-days: 7