Skip to content

Commit 43a5755

Browse files
committed
update packaging yaml to use in support actions
1 parent f847ae2 commit 43a5755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-plugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010

1111
- name: Download workflow artifact
12-
uses: dawidd6/action-download-artifact@v2.16.0
12+
uses: dawidd6/action-download-artifact@v6
1313
with:
1414

1515
# the target repo for external artifacts (built libs)
@@ -31,6 +31,6 @@ jobs:
3131
mkdir linux && cp -r ../plugins/* ./linux/ && cp -r ../artifact/keystone_linux/* ./linux/patching/keystone && cd ./linux && zip -r ../patching_linux.zip ./* && cd ..
3232
mkdir darwin && cp -r ../plugins/* ./darwin/ && cp -r ../artifact/keystone_darwin/* ./darwin/patching/keystone && cd ./darwin && zip -r ../patching_macos.zip ./* && cd ..
3333
34-
- uses: actions/upload-artifact@v2
34+
- uses: actions/upload-artifact@v4
3535
with:
3636
path: ${{ github.workspace }}/dist/*.zip

0 commit comments

Comments
 (0)