Skip to content

Commit dcffef7

Browse files
chore(deps): update github artifact actions to v6
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent b8cf05e commit dcffef7

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

.github/workflows/build-clang-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
169169
# Upload artifact digests
170170
- name: Upload artifact digests
171-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
171+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
172172
with:
173173
name: image-digest clang
174174
path: image-digest
@@ -186,7 +186,7 @@ jobs:
186186
mkdir -p image-digest/
187187
188188
- name: Download digests of all images built
189-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
189+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
190190
with:
191191
path: image-digest/
192192

.github/workflows/build-images-releases.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
150150
# Upload artifact digests
151151
- name: Upload artifact digests
152-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
152+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
153153
with:
154154
name: image-digest ${{ matrix.name }}
155155
path: image-digest
@@ -167,7 +167,7 @@ jobs:
167167
mkdir -p image-digest/
168168
169169
- name: Download digests of all images built
170-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
170+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
171171
with:
172172
path: image-digest/
173173

@@ -218,7 +218,7 @@ jobs:
218218
219219
# Cache tarball releases for later
220220
- name: Save tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}.tar.gz Tarball
221-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
221+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
222222
with:
223223
name: tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}
224224
path: release/
@@ -244,13 +244,13 @@ jobs:
244244
run: make cli-release
245245

246246
- name: Retrieve tetragon-${{ steps.tag.outputs.tag }}-amd64.tar.gz
247-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
247+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
248248
with:
249249
name: tetragon-${{ steps.tag.outputs.tag }}-amd64
250250
path: release
251251

252252
- name: Retrieve tetragon-${{ steps.tag.outputs.tag }}-arm64.tar.gz
253-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
253+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
254254
with:
255255
name: tetragon-${{ steps.tag.outputs.tag }}-arm64
256256
path: release

.github/workflows/build-rthooks-images-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
# Upload artifact digests
139139
- name: Upload artifact digests
140-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
140+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
141141
with:
142142
name: image-digest ${{ matrix.name }}
143143
path: image-digest
@@ -155,7 +155,7 @@ jobs:
155155
mkdir -p image-digest/
156156
157157
- name: Download digests of all images built
158-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
158+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
159159
with:
160160
path: image-digest/
161161

.github/workflows/gotests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,23 @@ jobs:
7575
7676
- name: Upload Tetragon logs
7777
if: failure()
78-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
78+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7979
with:
8080
name: tetragon-json-${{ matrix.os }}
8181
path: /tmp/tetragon.gotest*
8282
retention-days: 5
8383

8484
- name: Upload bugtool dumps
8585
if: failure()
86-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
86+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8787
with:
8888
name: tetragon-bugtool-${{ matrix.os }}
8989
path: /tmp/tetragon-bugtool*
9090
retention-days: 5
9191

9292
- name: Upload vmlinux file
9393
if: failure()
94-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
94+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
9595
with:
9696
name: btf-vmlinux-${{ matrix.os }}
9797
path: /sys/kernel/btf/vmlinux

.github/workflows/packages-e2e-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
# Cache tarball releases for later
6161
- name: Save tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}.tar.gz Tarball
62-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6363
with:
6464
name: tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}
6565
path: ${{ matrix.upload_path }}
@@ -91,7 +91,7 @@ jobs:
9191
run: echo "tag=$(make version)" >> $GITHUB_OUTPUT
9292

9393
- name: Retrieve tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}.tar.gz
94-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
94+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9595
with:
9696
name: tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}
9797
path: ${{ matrix.upload_path }}

.github/workflows/run-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Upload Tetragon Logs
128128
if: failure() || cancelled()
129-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
129+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
130130
with:
131131
name: tetragon-logs-${{ matrix.os }}-${{ matrix.package.s }}
132132
path: /tmp/tetragon.e2e.*

.github/workflows/tetragon-rthook-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
tar cz -f /tmp/tetragon-rthooks.tar ./tetragon-rthooks
4343
4444
- name: upload build
45-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4646
with:
4747
name: tetragon-rthooks-build
4848
path: /tmp/tetragon-rthooks.tar
@@ -68,7 +68,7 @@ jobs:
6868
container-runtime: ${{ matrix.cri }}
6969

7070
- name: download build data
71-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
71+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7272
with:
7373
name: tetragon-rthooks-build
7474

.github/workflows/vmtests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
tar cz --exclude='tetragon/.git' -f /tmp/tetragon.tar ./tetragon
5757
5858
- name: upload build
59-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
59+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6060
with:
6161
name: tetragon-build
6262
path: /tmp/tetragon.tar
@@ -105,7 +105,7 @@ jobs:
105105
sudo chmod go+rX -R /boot/
106106
107107
- name: download build data
108-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
108+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
109109
with:
110110
name: tetragon-build
111111

@@ -152,7 +152,7 @@ jobs:
152152
153153
- name: Upload test results on failure or cancelation
154154
if: failure() || cancelled()
155-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
155+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
156156
with:
157157
name: tetragon-vmtests-${{ matrix.kernel }}-${{ matrix.group }}-results
158158
path: go/src/github.com/cilium/tetragon/tests/vmtests/vmtests-results-*

.github/workflows/windows-build-smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,13 @@ jobs:
345345
run: echo "C:\Program Files\ebpf-for-windows\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
346346

347347
- name: Download tetragon-windows-build-output
348-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
348+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
349349
with:
350350
path: ${{ env.TEMP }}\test
351351
name: tetragon-windows-build-output
352352

353353
- name: Download ntosebpfext-build-output
354-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
354+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
355355
with:
356356
path: ${{ env.TEMP }}\test
357357
name: ntosebpfext-build-output

0 commit comments

Comments
 (0)