Skip to content

Commit 925dcce

Browse files
committed
Update actions/upload-artifact to v3
1 parent 429655e commit 925dcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
[ "${{matrix.kotlin-version}}" != '' ] || ./gradlew build --stacktrace
5050
- name: Upload artifacts
5151
if: ${{ matrix.gradle-version == 'current' }}
52-
uses: actions/upload-artifact@v2
52+
uses: actions/upload-artifact@v3
5353
with:
5454
name: jars
5555
path: build/libs/*.jar

0 commit comments

Comments
 (0)