using a newer version of upload artifact

This commit is contained in:
Night Kaly 2023-03-09 15:18:35 +00:00 committed by GitHub
parent 0f699e6d98
commit 1e24110622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
- name: Build
run: chmod +x gradlew && ./gradlew build --stacktrace
- name: Upload build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: ../build