Skip to content

Commit 0fcc948

Browse files
Update actions/upload-artifact digest to 043fb46
1 parent b2f4131 commit 0fcc948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/iso-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: pacman-key --init
3434
- run: pacman --noconfirm -Sy archlinux-keyring
3535
- run: ./build_iso.sh
36-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
36+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
3737
with:
3838
name: Arch Live ISO
3939
path: /tmp/archlive/out/*.iso

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
archinstall --script guided -v
3434
archinstall --script only_hd -v
3535
archinstall --script minimal -v
36-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
36+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
3737
with:
3838
name: archinstall
3939
path: dist/*

0 commit comments

Comments
 (0)