Skip to content

Commit 4175671

Browse files
committed
Update actions/upload-artifact to v4 in ci.yml
1 parent ad00fa0 commit 4175671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
./gradlew package
114114
115115
- name: Archive Artifacts
116-
uses: actions/upload-artifact@v2
116+
uses: actions/upload-artifact@v4
117117
with:
118118
name: distributable-${{ matrix.os }}
119119
if-no-files-found: ignore

0 commit comments

Comments
 (0)