Skip to content

Commit 392bf01

Browse files
chore(deps): update actions/upload-artifact action to v7 {patch} (#785)
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 373f25d commit 392bf01

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
@@ -63,7 +63,7 @@ jobs:
6363
run: ./gradlew printVersion build -x :file-barj-core:jacocoTestCoverageVerification -Pci
6464
- name: Upload Test reports - Core
6565
if: always()
66-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
66+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6767
with:
6868
name: test-report-file-barj-core-${{ matrix.os }}
6969
path: |
@@ -72,7 +72,7 @@ jobs:
7272
retention-days: 5
7373
- name: Upload Test reports - Job
7474
if: always()
75-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
75+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7676
with:
7777
name: test-report-file-barj-job-${{ matrix.os }}
7878
path: |
@@ -81,7 +81,7 @@ jobs:
8181
retention-days: 5
8282
- name: Upload Test reports - Stream IO
8383
if: always()
84-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
84+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8585
with:
8686
name: test-report-file-barj-stream-io-${{ matrix.os }}
8787
path: |

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858
# format to the repository Actions tab.
5959
- name: "Upload artifact"
60-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
60+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6161
with:
6262
name: SARIF file
6363
path: results.sarif

0 commit comments

Comments
 (0)