Skip to content

Commit a359a60

Browse files
authored
Merge pull request #29 from UltraCosmetics/dependabot/github_actions/actions/upload-artifact-4.3.2
Bump actions/upload-artifact from 4.3.1 to 4.3.2
2 parents 6636082 + 0afa556 commit a359a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build with Gradle
1919
run: ./gradlew shadowJar --no-daemon
2020
- name: Upload build artifact
21-
uses: actions/[email protected].1 # https://github.com/actions/upload-artifact/releases
21+
uses: actions/[email protected].2 # https://github.com/actions/upload-artifact/releases
2222
with:
2323
name: UltraCosmetics-gui-addon-dev
2424
path: build/libs/UltraCosmetics-gui-addon-*-all.jar

0 commit comments

Comments
 (0)