Skip to content

Commit 30ce914

Browse files
committed
Update upload-artifact action
1 parent 5380c04 commit 30ce914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: mkdir build && tar cvzf build/docs.tar.gz --exclude ".git" ./docs
6262
- name: Upload build artifact
6363
if: github.event_name == 'push' && contains(github.ref, 'main') || github.event_name == 'repository_dispatch'
64-
uses: actions/upload-artifact@v1
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: build
6767
path: build/docs.tar.gz

0 commit comments

Comments
 (0)