Skip to content

Commit e20f9c0

Browse files
author
Dou Du
committed
update the github action for upload artfact
1 parent b2f09a4 commit e20f9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/voila-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
4141
python3 $GITHUB_WORKSPACE/test/test.py
4242
43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
name: quantum-screenshot
4646
path: './*.png'

0 commit comments

Comments
 (0)