Skip to content

Commit db8bfb0

Browse files
authored
Update upload action
1 parent 02b74ff commit db8bfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: sudo apt-get install -y libxi-dev libglu1-mesa-dev
4141
- run: npm install
4242
- run: npm run jestTest -- -t ${{ matrix.mcVersion }}
43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
name: test_picture
4646
path: test/test_*.png

0 commit comments

Comments
 (0)