Skip to content
Snippets Groups Projects
Unverified Commit da1e54ec authored by Griefed's avatar Griefed :joystick: Committed by GitHub
Browse files

Merge pull request #14 from Griefed/dependabot-github_actions-dependabot-actions-upload-artifact-3

build(deps): bump actions/upload-artifact from 2 to 3
parents 08c47805 4b39e586
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
run: ./gradlew about build --no-daemon --info run: ./gradlew about build --no-daemon --info
- name: List files in libs - name: List files in libs
run: ls -ahl build/libs run: ls -ahl build/libs
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: build-artifacts-gradle name: build-artifacts-gradle
path: | path: |
...@@ -33,7 +33,7 @@ jobs: ...@@ -33,7 +33,7 @@ jobs:
!build/libs/libraries/ !build/libs/libraries/
frontend/dist/spa frontend/dist/spa
if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn` 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() if: failure()
with: with:
name: report name: report
...@@ -59,7 +59,7 @@ jobs: ...@@ -59,7 +59,7 @@ jobs:
run: ./gradlew about build --no-daemon --info run: ./gradlew about build --no-daemon --info
- name: List files in libs - name: List files in libs
run: ls -ahl build/libs run: ls -ahl build/libs
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: build-artifacts-gradle name: build-artifacts-gradle
path: | path: |
...@@ -67,7 +67,7 @@ jobs: ...@@ -67,7 +67,7 @@ jobs:
!build/libs/libraries/ !build/libs/libraries/
frontend/dist/spa frontend/dist/spa
if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn` 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() if: failure()
with: with:
name: report name: report
...@@ -93,7 +93,7 @@ jobs: ...@@ -93,7 +93,7 @@ jobs:
run: ./gradlew about build --no-daemon --info run: ./gradlew about build --no-daemon --info
- name: List files in libs - name: List files in libs
run: ls -ahl build/libs run: ls -ahl build/libs
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: with:
name: build-artifacts-gradle name: build-artifacts-gradle
path: | path: |
...@@ -101,7 +101,7 @@ jobs: ...@@ -101,7 +101,7 @@ jobs:
!build/libs/libraries/ !build/libs/libraries/
frontend/dist/spa frontend/dist/spa
if-no-files-found: warn # 'warn' or 'ignore' are also available, defaults to `warn` 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() if: failure()
with: with:
name: report name: 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