Skip to content

Commit 32035bc

Browse files
Bump actions/upload-artifact from 4 to 5 (#4)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac45598 commit 32035bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./gradlew build
3030

3131
- name: Upload Artifact
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: ZenithProxyMod
3535
path: build/libs/*.jar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: ./gradlew build
2727

2828
- name: Upload Artifact
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: ZenithProxyMod
3232
path: build/libs/*.jar

0 commit comments

Comments
 (0)