Skip to content

Commit ea3512a

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5f22d9a commit ea3512a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/java8-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Upload JReleaser output
112112
if: always()
113-
uses: actions/upload-artifact@v6
113+
uses: actions/upload-artifact@v7
114114
with:
115115
name: assets-snapshot-log
116116
path: |
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Upload JReleaser output
164164
if: always()
165-
uses: actions/upload-artifact@v6
165+
uses: actions/upload-artifact@v7
166166
with:
167167
name: assets-release-log
168168
path: |

0 commit comments

Comments
 (0)