Skip to content

Commit

Permalink
Update upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Nov 27, 2024
1 parent 02b74ff commit db8bfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: sudo apt-get install -y libxi-dev libglu1-mesa-dev
- run: npm install
- run: npm run jestTest -- -t ${{ matrix.mcVersion }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: test_picture
path: test/test_*.png
Expand Down

0 comments on commit db8bfb0

Please sign in to comment.