Skip to content

Commit 2696fe2

Browse files
authored
Merge pull request #420 from modelix/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents a4cfdcb + d475e1e commit 2696fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
run: ./gradlew --build-cache build detekt -PciBuild=true
2929
- name: Archive test report
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
if: always()
3232
with:
3333
name: test-report

0 commit comments

Comments
 (0)