Skip to content
Snippets Groups Projects
Commit 5150e55c authored by Griefed's avatar Griefed :joystick:
Browse files

Merge branch 'renovate-actions-upload-artifact-3.x' into 'main'

Update actions/upload-artifact action to v3

See merge request !109
parents 7bd79faa cdff7875
No related branches found
No related tags found
1 merge request!109Update actions/upload-artifact action to v3
......@@ -26,14 +26,14 @@ jobs:
run: ./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info
- name: List files in libs
run: ls -ahl build/libs
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: build-artifacts-gradle
path: |
build/libs/
!build/libs/libraries/
if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn`
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: gradle-report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment