Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 6, 2024
1 parent d300da4 commit dd95f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
category: detekt

- name: "Upload detekt report"
uses: actions/[email protected].5
uses: actions/[email protected].6
if: success() || failure()
with:
name: detektReport
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
junit_files: build/test-results/**/*.xml

- name: "Upload unit test report"
uses: actions/[email protected].5
uses: actions/[email protected].6
if: always()
with:
name: unitTestReport
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
junit_files: build/test-results/functionalTest/*.xml

- name: "Upload functional test report"
uses: actions/[email protected].5
uses: actions/[email protected].6
if: always()
with:
name: functionalTestReport
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilityScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
args: 7z a -t7z dependency-check-report ./build/reports/dependency-c*.*

- name: "Upload report"
uses: actions/[email protected].5
uses: actions/[email protected].6
if: always()
with:
name: owaspCheckReport
Expand Down

0 comments on commit dd95f5b

Please sign in to comment.