Skip to content

Commit 7f86f95

Browse files
dependabot[bot]phavekes
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- 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/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a50afe commit 7f86f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
MAVEN_PASSWORD: ${{ secrets.BUILD_PASSWORD }}
8484

8585
- name: Upload the produced artefacts
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
with:
8888
name: invitebuilds
8989
path: |
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/checkout@v5
140140

141141
- name: Download the previous produced artefacts
142-
uses: actions/download-artifact@v5
142+
uses: actions/download-artifact@v6
143143
with:
144144
name: invitebuilds
145145

0 commit comments

Comments
 (0)