Skip to content

Commit f07ab82

Browse files
committed
ci/cd fix
Signed-off-by: Alexey Cluster <[email protected]>
1 parent 466e56a commit f07ab82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
tar -czvf ../${{ env.APP_NAME }}.tar.gz *
4343
4444
- name: Upload artifact
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: ${{ env.APP_NAME }}
4848
path: ${{ env.OUT_DIR }}
@@ -77,10 +77,10 @@ jobs:
7777
echo "</body></html>" >> index.html
7878
7979
- name: Upload artifact
80-
uses: actions/upload-pages-artifact@v1
80+
uses: actions/upload-pages-artifact@v3
8181
with:
8282
path: '.'
8383

8484
- name: Deploy to GitHub Pages
8585
id: deployment
86-
uses: actions/deploy-pages@v1
86+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)