Skip to content

Commit 0255a90

Browse files
authored
Merge branch 'master' into reflect-docs-on-storetype-nginx-var
2 parents dcfbe1d + d900d0b commit 0255a90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "DOCS_INDEX_FOLLOW=1" >> $GITHUB_ENV
3535
- run: hypernode-deploy build -vvv
3636
- name: archive production artifacts
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: deployment-build
4040
path: build/build.tgz
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: 0
5555
- name: download build artifact
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: deployment-build
5959
path: build/
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@v3
108108
- name: download build artifact
109-
uses: actions/download-artifact@v3
109+
uses: actions/download-artifact@v4
110110
with:
111111
name: deployment-build
112112
path: build/

0 commit comments

Comments
 (0)