Skip to content

Commit

Permalink
ci/cd fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Cluster <[email protected]>
  • Loading branch information
ClusterM committed Dec 11, 2024
1 parent 466e56a commit f07ab82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
tar -czvf ../${{ env.APP_NAME }}.tar.gz *
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_NAME }}
path: ${{ env.OUT_DIR }}
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
echo "</body></html>" >> index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: '.'

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

0 comments on commit f07ab82

Please sign in to comment.