Skip to content

Commit d9cab06

Browse files
committed
Update upload/download actions in standard workflow
1 parent e036293 commit d9cab06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_standard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Unpack tar
3939
run: mkdir ./out && tar -xf ./build/distributions/*.tar --strip-components 1 -C ./out
4040
- name: Upload build
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: build
4444
path: ./out
@@ -50,7 +50,7 @@ jobs:
5050
- build
5151
steps:
5252
- name: Download build
53-
uses: actions/download-artifact@v2
53+
uses: actions/download-artifact@v4
5454
with:
5555
name: build
5656
path: ./out
@@ -69,7 +69,7 @@ jobs:
6969
- build
7070
steps:
7171
- name: Download build
72-
uses: actions/download-artifact@v2
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: build
7575
path: ./out
@@ -88,7 +88,7 @@ jobs:
8888
- build
8989
steps:
9090
- name: Download build
91-
uses: actions/download-artifact@v2
91+
uses: actions/download-artifact@v4
9292
with:
9393
name: build
9494
path: ./out

0 commit comments

Comments
 (0)