We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b74ff commit db8bfb0Copy full SHA for db8bfb0
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: sudo apt-get install -y libxi-dev libglu1-mesa-dev
41
- run: npm install
42
- run: npm run jestTest -- -t ${{ matrix.mcVersion }}
43
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
44
with:
45
name: test_picture
46
path: test/test_*.png
0 commit comments