Skip to content

Commit 0608aec

Browse files
chore(deps): bump actions/upload-artifact in the actions-deps group
Bumps the actions-deps group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- 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] <support@github.com>
1 parent f0e0147 commit 0608aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- run: mvn --batch-mode -P prod,!local -Drevision=${{ steps.get_version.outputs.version }} install
3636

37-
- uses: actions/upload-artifact@v5
37+
- uses: actions/upload-artifact@v6
3838
with:
3939
name: ${{ env.ARTIFACT_NAME }}
4040
path: target/Learnweb.war

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- run: mvn --batch-mode -P prod,!local -Dmaven.test.skip=true -Drevision=dev-${{ github.sha }} install
3232

33-
- uses: actions/upload-artifact@v5
33+
- uses: actions/upload-artifact@v6
3434
with:
3535
name: ${{ env.ARTIFACT_NAME }}
3636
path: target/Learnweb.war

0 commit comments

Comments
 (0)