Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 42c5798 commit 53bd5fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/katana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Assemble Katana
run: ./gradlew assembleDebug --no-daemon --scan --stacktrace
- name: Upload compose reports artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
if: always()
with:
name: compose-reports
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Run detekt
run: ./gradlew detektAll lintDebug --no-daemon --stacktrace
- name: Upload static reports artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: static-report
path: |
Expand All @@ -123,7 +123,7 @@ jobs:
- name: Run unit tests
run: ./gradlew :koverXmlReport :koverVerify --no-daemon --scan --stacktrace
- name: Upload tests reports artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: tests-reports
path: |
Expand Down

0 comments on commit 53bd5fd

Please sign in to comment.