Skip to content

Commit 6223804

Browse files
committed
Update artifact uploader to latest version
1 parent 00ef434 commit 6223804

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
/zbm/releng/docker/zbm-build.sh -b /zbm/releng/docker -- --debug
2525
2626
- name: Archive release EFI
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v3
2828
with:
2929
name: Release-EFI
3030
path: /zbm/releng/docker/build/*.EFI
3131

3232
- name: Archive release components
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v3
3434
with:
3535
name: Release-Components
3636
path: |
@@ -48,13 +48,13 @@ jobs:
4848
/zbm/releng/docker/zbm-build.sh -b /zbm/releng/docker -- --debug
4949
5050
- name: Archive recovery EFI
51-
uses: actions/upload-artifact@v2
51+
uses: actions/upload-artifact@v3
5252
with:
5353
name: Recovery-EFI
5454
path: /zbm/releng/docker/build/*.EFI
5555

5656
- name: Archive recovery components
57-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v3
5858
with:
5959
name: Recovery-Components
6060
path: |

0 commit comments

Comments
 (0)