Skip to content

Commit 4eb5e73

Browse files
dependency: Update actions/upload-artifact action to v7
1 parent 96deb78 commit 4eb5e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew shadowJar
4242

4343
- name: Upload build artifact
44-
uses: actions/upload-artifact@v6
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: ${{ env.FULL_ARTIFACT_NAME }}
4747
path: eternalcombat-plugin/build/libs/*.jar

0 commit comments

Comments
 (0)