diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fec883d..6dcf8b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: run: ls -1 *.py | xargs -n 1 -I{} python3 {} - name: artifact xlsx - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - name: xlsx + name: ${{ matrix.python-version }} xlsx path: '*.xlsx'