Skip to content

Commit 8c90717

Browse files
authored
Update cicd.yml
updated upload-artifact action version
1 parent 3de122b commit 8c90717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: tar czvf dist.tar.gz -C ${{ steps.extract.outputs.destination }}/html .
6969

7070
- name: Upload build artifact
71-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v4
7272
with:
7373
path: ./dist.tar.gz
7474
name: dist

0 commit comments

Comments
 (0)