We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429655e commit 925dcceCopy full SHA for 925dcce
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
[ "${{matrix.kotlin-version}}" != '' ] || ./gradlew build --stacktrace
50
- name: Upload artifacts
51
if: ${{ matrix.gradle-version == 'current' }}
52
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
53
with:
54
name: jars
55
path: build/libs/*.jar
0 commit comments