Skip to content

Commit c9bd1ff

Browse files
build(deps): bump the actions group with 2 updates (#3297)
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6331f2f commit c9bd1ff

17 files changed

+60
-60
lines changed

.github/workflows/pre-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
run: ./certsuite claim show failures -c certsuite-out/claim.json
256256

257257
- name: Upload smoke test results as an artifact
258-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
259259
if: always()
260260
with:
261261
name: smoke-tests
@@ -272,7 +272,7 @@ jobs:
272272
run: ./certsuite run --label-filter=preflight --log-level="${SMOKE_TESTS_LOG_LEVEL}"
273273

274274
- name: Upload preflight smoke test results as an artifact
275-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
275+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
276276
if: always()
277277
with:
278278
name: preflight-smoke-tests
@@ -381,7 +381,7 @@ jobs:
381381
--label-filter="${SMOKE_TESTS_LABELS_FILTER}"
382382
383383
- name: Upload container test results as an artifact
384-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
384+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
385385
if: always()
386386
with:
387387
name: smoke-tests-container

.github/workflows/qe-hosted-arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
outputs: type=docker,dest=/tmp/testimage.tar
6060

6161
- name: Store image as artifact
62-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363
with:
6464
name: testimage
6565
path: /tmp/testimage.tar
@@ -98,7 +98,7 @@ jobs:
9898
make-command: 'install-for-qe'
9999

100100
- name: Download image from artifact
101-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
101+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
102102
with:
103103
name: testimage
104104
path: /tmp

.github/workflows/qe-hosted.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
outputs: type=docker,dest=/tmp/testimage.tar
6565

6666
- name: Store image as artifact
67-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6868
with:
6969
name: testimage
7070
path: /tmp/testimage.tar
@@ -88,7 +88,7 @@ jobs:
8888
run: make build-certsuite-tool
8989

9090
- name: Store binary as artifact
91-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
91+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9292
with:
9393
name: certsuite-binary
9494
path: ./certsuite
@@ -127,7 +127,7 @@ jobs:
127127
make-command: 'install-for-qe'
128128

129129
- name: Download image from artifact
130-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
130+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
131131
with:
132132
name: testimage
133133
path: /tmp
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Download binary from artifact
139139
if: github.event_name == 'schedule'
140-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
140+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
141141
with:
142142
name: certsuite-binary
143143
path: .

.github/workflows/qe-ocp-414-intrusive.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: make build-certsuite-tool
4848

4949
- name: Store image as artifact
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151
with:
5252
name: testimage
5353
path: ${{ runner.temp }}/testimage-414.tar
5454

5555
- name: Store binary as artifact
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: certsuite-binary
5959
path: ./certsuite
@@ -110,7 +110,7 @@ jobs:
110110
sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
111111
112112
- name: Download image from artifact
113-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
113+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
114114
with:
115115
name: testimage
116116
path: ${{ runner.temp }}
@@ -126,7 +126,7 @@ jobs:
126126
command: cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=false ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
127127

128128
- name: Download binary from artifact
129-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
129+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
130130
with:
131131
name: certsuite-binary
132132
path: .

.github/workflows/qe-ocp-414.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: make build-certsuite-tool
4848

4949
- name: Store image as artifact
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151
with:
5252
name: testimage
5353
path: ${{ runner.temp }}/testimage-414.tar
5454

5555
- name: Store binary as artifact
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: certsuite-binary
5959
path: ./certsuite
@@ -109,7 +109,7 @@ jobs:
109109
sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
110110
111111
- name: Download image from artifact
112-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
112+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
113113
with:
114114
name: testimage
115115
path: ${{ runner.temp }}
@@ -125,7 +125,7 @@ jobs:
125125
command: cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=true ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
126126

127127
- name: Download binary from artifact
128-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
128+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
129129
with:
130130
name: certsuite-binary
131131
path: .

.github/workflows/qe-ocp-415-intrusive.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: make build-certsuite-tool
4848

4949
- name: Store image as artifact
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151
with:
5252
name: testimage
5353
path: ${{ runner.temp }}/testimage-415.tar
5454

5555
- name: Store binary as artifact
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: certsuite-binary
5959
path: ./certsuite
@@ -110,7 +110,7 @@ jobs:
110110
sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
111111
112112
- name: Download image from artifact
113-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
113+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
114114
with:
115115
name: testimage
116116
path: ${{ runner.temp }}
@@ -126,7 +126,7 @@ jobs:
126126
command: cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=false ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
127127

128128
- name: Download binary from artifact
129-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
129+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
130130
with:
131131
name: certsuite-binary
132132
path: .

.github/workflows/qe-ocp-415.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: make build-certsuite-tool
4848

4949
- name: Store image as artifact
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151
with:
5252
name: testimage
5353
path: ${{ runner.temp }}/testimage-415.tar
5454

5555
- name: Store binary as artifact
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: certsuite-binary
5959
path: ./certsuite
@@ -109,7 +109,7 @@ jobs:
109109
sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
110110
111111
- name: Download image from artifact
112-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
112+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
113113
with:
114114
name: testimage
115115
path: ${{ runner.temp }}
@@ -125,7 +125,7 @@ jobs:
125125
command: cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=true ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
126126

127127
- name: Download binary from artifact
128-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
128+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
129129
with:
130130
name: certsuite-binary
131131
path: .

.github/workflows/qe-ocp-416-intrusive.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: make build-certsuite-tool
4848

4949
- name: Store image as artifact
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151
with:
5252
name: testimage
5353
path: ${{ runner.temp }}/testimage-416.tar
5454

5555
- name: Store binary as artifact
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: certsuite-binary
5959
path: ./certsuite
@@ -110,7 +110,7 @@ jobs:
110110
sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
111111
112112
- name: Download image from artifact
113-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
113+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
114114
with:
115115
name: testimage
116116
path: ${{ runner.temp }}
@@ -126,7 +126,7 @@ jobs:
126126
command: cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=false ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
127127

128128
- name: Download binary from artifact
129-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
129+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
130130
with:
131131
name: certsuite-binary
132132
path: .

.github/workflows/qe-ocp-416.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: make build-certsuite-tool
4848

4949
- name: Store image as artifact
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151
with:
5252
name: testimage
5353
path: ${{ runner.temp }}/testimage-416.tar
5454

5555
- name: Store binary as artifact
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: certsuite-binary
5959
path: ./certsuite
@@ -109,7 +109,7 @@ jobs:
109109
sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
110110
111111
- name: Download image from artifact
112-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
112+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
113113
with:
114114
name: testimage
115115
path: ${{ runner.temp }}
@@ -125,7 +125,7 @@ jobs:
125125
command: cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=true ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
126126

127127
- name: Download binary from artifact
128-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
128+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
129129
with:
130130
name: certsuite-binary
131131
path: .

.github/workflows/qe-ocp-417-intrusive.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: make build-certsuite-tool
4848

4949
- name: Store image as artifact
50-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
50+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5151
with:
5252
name: testimage
5353
path: ${{ runner.temp }}/testimage-417.tar
5454

5555
- name: Store binary as artifact
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: certsuite-binary
5959
path: ./certsuite
@@ -110,7 +110,7 @@ jobs:
110110
sudo rm -rf ${{env.CERTSUITE_REPORT_DIR}}
111111
112112
- name: Download image from artifact
113-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
113+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
114114
with:
115115
name: testimage
116116
path: ${{ runner.temp }}
@@ -126,7 +126,7 @@ jobs:
126126
command: cd ${GITHUB_WORKSPACE}/certsuite-qe; FEATURES=${{matrix.suite}} CERTSUITE_REPO_PATH=${GITHUB_WORKSPACE} CERTSUITE_IMAGE=${{env.CERTSUITE_IMAGE_NAME}} CERTSUITE_IMAGE_TAG=${{env.TEST_CERTSUITE_IMAGE_TAG}} JOB_ID=${{github.run_id}} DISABLE_INTRUSIVE_TESTS=false ENABLE_PARALLEL=true ENABLE_FLAKY_RETRY=true make test-features
127127

128128
- name: Download binary from artifact
129-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
129+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
130130
with:
131131
name: certsuite-binary
132132
path: .

0 commit comments

Comments
 (0)