Skip to content

Commit 2e2f1d8

Browse files
chore(deps): update actions/upload-artifact action to v5 (#1153)
Co-authored-by: ubot-7274[bot] <217212047+ubot-7274[bot]@users.noreply.github.com>
1 parent 51efcd5 commit 2e2f1d8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/reusable-build-iso-anaconda-webui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Upload to Job Artifacts
9696
if: github.event_name == 'pull_request'
97-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
97+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
9898
with:
9999
name: ${{ steps.image_ref.outputs.artifact_format }}
100100
if-no-files-found: error

.github/workflows/reusable-build-iso-anaconda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Upload to Job Artifacts
9696
if: github.event_name == 'pull_request'
97-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
97+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
9898
with:
9999
name: ${{ steps.image_ref.outputs.artifact_format }}
100100
if-no-files-found: error

.github/workflows/reusable-build-iso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Upload ISOs and Checksum to Job Artifacts
8484
if: github.ref_name == 'testing'
85-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
85+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8686
with:
8787
name: ${{ env.ISO_NAME }}
8888
path: ${{ steps.upload-directory.outputs.iso-upload-dir }}

0 commit comments

Comments
 (0)