Skip to content

Commit 1558c05

Browse files
Update actions/upload-artifact action to v4.6.1 {patch} (#482)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 635e555 commit 1558c05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: ./gradlew printVersion build -x :file-barj-core:jacocoTestCoverageVerification -Pci
6363
- name: Upload Test reports - Core
6464
if: always()
65-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
65+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6666
with:
6767
name: test-report-file-barj-core-${{ matrix.os }}
6868
path: |
@@ -71,7 +71,7 @@ jobs:
7171
retention-days: 5
7272
- name: Upload Test reports - Job
7373
if: always()
74-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
74+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7575
with:
7676
name: test-report-file-barj-job-${{ matrix.os }}
7777
path: |
@@ -80,7 +80,7 @@ jobs:
8080
retention-days: 5
8181
- name: Upload Test reports - Stream IO
8282
if: always()
83-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
83+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
8484
with:
8585
name: test-report-file-barj-stream-io-${{ matrix.os }}
8686
path: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6262
# format to the repository Actions tab.
6363
- name: "Upload artifact"
64-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
64+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
6565
with:
6666
name: SARIF file
6767
path: results.sarif

0 commit comments

Comments
 (0)