Skip to content

Commit 9fc08a8

Browse files
RATIS-2517. Bump actions/upload-artifact to 7.0.1 (#1430)
1 parent 54e1e1a commit 9fc08a8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
177177
- name: Archive build results
178178
if: ${{ !cancelled() }}
179-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
179+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
180180
with:
181181
name: ${{ (inputs.split && format('{0}-{1}', inputs.script, inputs.split)) || inputs.script }}
182182
path: target/${{ inputs.script }}
@@ -186,7 +186,7 @@ jobs:
186186
# to avoid the need for 3 more inputs.
187187
- name: Store binaries for tests
188188
if: ${{ inputs.script == 'build' && !cancelled() }}
189-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
189+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
190190
with:
191191
name: ratis-bin
192192
path: |
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Store source tarball for compilation
197197
if: ${{ inputs.script == 'build' && !cancelled() }}
198-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
198+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
199199
with:
200200
name: ratis-src
201201
path: |
@@ -204,7 +204,7 @@ jobs:
204204

205205
- name: Store Maven repo for tests
206206
if: ${{ inputs.script == 'build' && !cancelled() }}
207-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
207+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
208208
with:
209209
name: maven-repo
210210
path: |

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
160160
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
161161
- name: Archive build results
162-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
162+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
163163
if: always()
164164
with:
165165
name: ${{ github.job }}

.github/workflows/repeat-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
run: dev-support/checks/_summary.sh target/unit/summary.txt
126126
if: ${{ !cancelled() }}
127127
- name: Archive build results
128-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
128+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
129129
if: ${{ failure() }}
130130
with:
131131
name: result-${{ github.run_number }}-${{ github.run_id }}-split-${{ matrix.split }}

.github/workflows/vulnerability-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
utc_time: ${{ github.run_started_at }}
6363

6464
- name: Upload Artifact
65-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
65+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6666
with:
6767
name: vulnerability-check-result-${{ env.REPORT_DATE }}
6868
path: target/dependency-check-report.html

0 commit comments

Comments
 (0)