bugfix: Missing download info for actions/upload-artifact@v3

This commit is contained in:
voidking 2025-03-25 20:14:29 +08:00
parent 4685b3a166
commit bcf01951a5

View file

@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
# python-version: ['3.9', '3.10', '3.11']
@ -48,7 +48,7 @@ jobs:
exit 1
fi
- name: Upload pytest test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: |