From 9c914e18aa922416c269526888bd1d13d58838ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:47:37 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact Bumps the actions-deps group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). 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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index ed332c03f..80e9641bd 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -34,7 +34,7 @@ jobs: - run: mvn --batch-mode -P prod,!local -Drevision=${{ steps.get_version.outputs.version }} install - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: ${{ env.ARTIFACT_NAME }} path: target/Learnweb.war diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2f59c10c0..2b569f86c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - run: mvn --batch-mode -P prod,!local -Dmaven.test.skip=true -Drevision=dev-${{ github.sha }} install - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: ${{ env.ARTIFACT_NAME }} path: target/Learnweb.war