Skip to content

Commit 790acc0

Browse files
chore(deps): update actions/upload-artifact digest to 043fb46
1 parent a81f4f5 commit 790acc0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
140140
- name: Upload to Job Artifacts
141141
if: steps.build_package.outputs.skipped_arch == 'false'
142-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
142+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
143143
with:
144144
name: ${{ matrix.chroot }}-${{ matrix.platform }}-${{ steps.build_package.outputs.package }}
145145
if-no-files-found: error

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Upload Output Artifacts
128128
if: github.event_name != 'pull_request'
129-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
129+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
130130
with:
131131
name: ${{ env.IMAGE_NAME }}-${{ matrix.platform }}
132132
retention-days: 1

0 commit comments

Comments
 (0)