Skip to content

Commit a2ab858

Browse files
dependency: Update actions/upload-artifact action to v7
1 parent 4c5e070 commit a2ab858

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
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
arguments: shadowJar
2929
- name: Upload a Build Artifact
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: 'Successfully build DiscordOfficer JDK${{ matrix.jdk }}'
3333
path: build/libs/*.jar

0 commit comments

Comments
 (0)