Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
updated upload-artifact action version
  • Loading branch information
qtrinh2 authored Nov 13, 2024
1 parent 3de122b commit 8c90717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: tar czvf dist.tar.gz -C ${{ steps.extract.outputs.destination }}/html .

- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: ./dist.tar.gz
name: dist
Expand Down

0 comments on commit 8c90717

Please sign in to comment.