Skip to content

Commit bb354b4

Browse files
committed
Update Github actions to avoid the node.js 20 deprecation warning
1 parent e028f0f commit bb354b4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ runs:
193193
run: $GITHUB_ACTION_PATH/scripts/register_qemu_binfmt
194194

195195
- name: Download Product Zip Artifact
196-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
196+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
197197
if: ${{ inputs.do_zip_extract_step == 'true' }}
198198
with:
199199
path: ${{ env.ZIP_LOCATION }}
@@ -235,7 +235,7 @@ runs:
235235
run: $GITHUB_ACTION_PATH/scripts/create_metadata
236236

237237
- name: Upload Docker Image metadata
238-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
238+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.1
239239
env:
240240
# Add _redhat if this is a redhat call.
241241
REDHAT_SUFFIX: ${{ inputs.redhat_tag && '_redhat' || '' }}
@@ -246,7 +246,7 @@ runs:
246246
if-no-files-found: error
247247

248248
- name: Upload Prod Tarball
249-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
249+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.1
250250
if: ${{ env.TAGS != '' }}
251251
with:
252252
name: ${{ env.TARBALL_NAME }}
@@ -255,15 +255,15 @@ runs:
255255
compression-level: ${{ inputs.compression_level }}
256256

257257
- name: Upload Dev Tarball
258-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
258+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
259259
if: ${{ env.DEV_TAGS != '' }}
260260
with:
261261
name: ${{ env.DEV_TARBALL_NAME }}
262262
path: ${{ env.DEV_TARBALL_NAME }}
263263
if-no-files-found: error
264264

265265
- name: Upload Red Hat Tarball
266-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
266+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f #v7.0.1
267267
if: ${{ env.REDHAT_TAG != '' }}
268268
with:
269269
name: ${{ env.REDHAT_TARBALL_NAME }}

0 commit comments

Comments
 (0)