Skip to content

Commit c9ea777

Browse files
authored
Merge pull request #6174 from bndtools/dependabot/github_actions/actions/upload-artifact-4.3.4
Bump actions/upload-artifact from 4.3.3 to 4.3.4
2 parents 28c3ff3 + f0f8a07 commit c9ea777

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/cibuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
JFROG_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
103103
- name: Upload Test Reports
104104
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
105-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
105+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
106106
with:
107107
name: Build_JDK${{ matrix.java }}_${{ matrix.os }}-test-reports
108108
path: |

Diff for: .github/workflows/rebuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
./.github/scripts/rebuild-build.sh
7575
- name: Upload dist/bundles
76-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
76+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
7777
with:
7878
name: Dist_Bundles_JDK${{ matrix.java }}_${{ matrix.os }}
7979
if-no-files-found: error
@@ -121,7 +121,7 @@ jobs:
121121
${{ format(matrix.runner, './.github/scripts/rebuild-test.sh') }}
122122
- name: Upload Test Reports
123123
if: ${{ always() && ((steps.build.outcome == 'success') || (steps.build.outcome == 'failure')) }}
124-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
124+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
125125
with:
126126
name: Rebuild_JDK${{ matrix.java }}_${{ matrix.os }}-test-reports
127127
path: |

0 commit comments

Comments
 (0)