Skip to content

Commit 3dcca3c

Browse files
Bump actions/upload-artifact from 4.0.0 to 4.2.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.0.0...v4.2.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe0e62f commit 3dcca3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
arguments: clean shadowJar
5151
- name: Upload Artifact
52-
uses: actions/upload-artifact@v4.0.0
52+
uses: actions/upload-artifact@v4.2.0
5353
with:
5454
name: Genesis
5555
path: build/libs/*-all.jar

0 commit comments

Comments
 (0)