Use upload-artifact@v3 (not v4)
Test Workflow / Lint and test library (pull_request) Successful in 8m48s Details
Publish Workflow / Publish library (pull_request) Successful in 9m13s Details

This commit is contained in:
Gleb Koval 2023-12-29 21:33:24 +06:00
parent fa49939a4d
commit b8a920d0e7
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
run: ./gradlew shadowJar
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ShadowJAR
path: build/libs/*-all.jar