From 82020838df2405c5317067224ecf5e953f410084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:49:43 +0000 Subject: [PATCH] chore: bump actions/upload-artifact from 4.3.3 to 4.4.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 819a3f486..fad967b0f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -79,7 +79,7 @@ jobs: max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted - name: Upload artifact for package - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.4.3 with: name: jar retention-days: 1 @@ -141,7 +141,7 @@ jobs: - name: Upload artifact for testing purpose # if: github.repository == 'MarginallyClever/Makelangelo-software' || github.ref != 'refs/heads/master' - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.4.3 with: name: ${{ env.BINARY }} retention-days: 2