Skip to content

Commit 02fda42

Browse files
author
Jonathan Visser
committed
update all references for upload-artifact to v4
1 parent 524b95a commit 02fda42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 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
@@ -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)