Skip to content

Commit

Permalink
Merge pull request #15 from 417-72KI/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
renovate[bot] committed Dec 14, 2023
2 parents 31ce26a + 2148ba5 commit 9cd4087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: success()
run: ./gradlew --continue ktlintCheck test --stacktrace
- name: Upload lint and test reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: cancelled() != true
with:
name: reports
Expand Down

0 comments on commit 9cd4087

Please sign in to comment.