Skip to content

Commit 580ab95

Browse files
ci(github-action): update actions/upload-artifact action to v4.6.1 (#294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0200013 commit 580ab95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mutation-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: github.event_name == 'pull_request'
7777

7878
- name: 📤 Upload Mutation Report
79-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
79+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8080
with:
8181
name: mutation-report
8282
path: StrykerOutput/reports

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7676
# format to the repository Actions tab.
7777
- name: "Upload artifact"
78-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
78+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7979
with:
8080
name: SARIF file
8181
path: results.sarif

0 commit comments

Comments
 (0)