Skip to content

Commit a68b09e

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#1281)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a45f40 commit a68b09e

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/cloud-tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
if: success() || failure()
107107

108108
- name: Upload cloud test results
109-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
109+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
110110
if: success() || failure() # run this step even if previous step failed
111111
with: # upload a combined archive with unit and integration test results
112112
name: cloud-test-results-aks-${{ matrix.k8s-version }}
@@ -115,7 +115,7 @@ jobs:
115115
.github/terraform/aks/aks-${{ matrix.k8s-version }}.json
116116
117117
- name: Upload test logs artifact
118-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
118+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
119119
if: failure()
120120
with:
121121
name: test-logs-aks-${{ matrix.k8s-version }}
@@ -188,14 +188,14 @@ jobs:
188188
if: success() || failure()
189189

190190
- name: Upload test results
191-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
191+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
192192
if: success() || failure() # run this step even if previous step failed
193193
with: # upload a combined archive with unit and integration test results
194194
name: cloud-test-results-eks-${{ matrix.k8s-version }}
195195
path: integration-tests-eks-${{ matrix.k8s-version }}.xml
196196

197197
- name: Upload test logs artifact
198-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
198+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
199199
if: failure()
200200
with:
201201
name: test-logs-eks-${{ matrix.k8s-version }}
@@ -272,14 +272,14 @@ jobs:
272272
if: success() || failure()
273273

274274
- name: Upload test results
275-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
275+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
276276
if: success() || failure() # run this step even if previous step failed
277277
with: # upload a combined archive with unit and integration test results
278278
name: cloud-test-results-gke-${{ matrix.k8s-version }}
279279
path: integration-tests-gke-${{ matrix.k8s-version }}.xml
280280

281281
- name: Upload test logs artifact
282-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
282+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
283283
if: failure()
284284
with:
285285
name: test-logs-gke-${{ matrix.k8s-version }}

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
- run: mv integration-tests.xml integration-tests-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}.xml
7777
if: success() || failure()
7878

79-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
79+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8080
if: success() || failure() # run this step even if previous step failed
8181
with: # upload a combined archive with unit and integration test results
8282
name: test-results-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}
8383
path: integration-tests-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}.xml
8484

8585
- name: Upload test logs artifact
86-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
86+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8787
if: failure()
8888
with:
8989
name: test-logs-${{ matrix.k8s-distro }}-${{ matrix.k8s-version }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,14 +373,14 @@ jobs:
373373
operator-sdk cleanup mondoo-operator --namespace mondoo-operator
374374
operator-sdk olm uninstall
375375
376-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
376+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
377377
if: success() || failure() # run this step even if previous step failed
378378
with: # upload a combined archive with unit and integration test results
379379
name: test-results-olm-${{ matrix.k8s-version }}
380380
path: integration-tests-olm-${{ matrix.k8s-version }}.xml
381381

382382
- name: Upload test logs artifact
383-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
383+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
384384
if: failure()
385385
with:
386386
name: olm-test-logs-${{ matrix.k8s-version }}

.github/workflows/tests-forks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Upload
38-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
38+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3939
with:
4040
name: Event File
4141
path: ${{ github.event_path }}

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Upload
23-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
23+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2424
with:
2525
name: Event File
2626
path: ${{ github.event_path }}

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: true
2525

2626
- run: make test/ci
27-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
27+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
2828
if: success() || failure() # run this step even if previous step failed
2929
with:
3030
name: test-results-unit

0 commit comments

Comments
 (0)