File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Install build dependencies
2020 run : |
5757 ls *.pkg.tar.zst | xargs -L1 gpg --detach-sign --batch --no-tty -u $GPG_KEY_ID
5858
5959 - name : Upload artifacts
60- uses : actions/upload-artifact@v3
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : linux-firmware-aarch64-latest
6363 path : release
6969
7070 steps :
7171 - name : Download artifacts
72- uses : actions/download-artifact@v3
72+ uses : actions/download-artifact@v4
7373 with :
7474 name : linux-firmware-aarch64-latest
7575 path : linux-firmware-aarch64-latest
9696 pacman -S --noconfirm base-devel git
9797
9898 - name : Download artifacts
99- uses : actions/download-artifact@v3
99+ uses : actions/download-artifact@v4
100100 with :
101101 name : linux-firmware-aarch64-latest
102102 path : linux-firmware-aarch64-latest
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Install build dependencies
2020 run : |
7171 ls *.pkg.tar.zst | xargs -L1 gpg --detach-sign --batch --no-tty -u $GPG_KEY_ID
7272
7373 - name : Upload artifacts
74- uses : actions/upload-artifact@v3
74+ uses : actions/upload-artifact@v4
7575 with :
7676 name : linux-surface-aarch64-latest
7777 path : release
8383
8484 steps :
8585 - name : Download artifacts
86- uses : actions/download-artifact@v3
86+ uses : actions/download-artifact@v4
8787 with :
8888 name : linux-surface-aarch64-latest
8989 path : linux-surface-aarch64-latest
@@ -110,7 +110,7 @@ jobs:
110110 pacman -S --noconfirm base-devel git
111111
112112 - name : Download artifacts
113- uses : actions/download-artifact@v3
113+ uses : actions/download-artifact@v4
114114 with :
115115 name : linux-surface-aarch64-latest
116116 path : linux-surface-aarch64-latest
You can’t perform that action at this time.
0 commit comments