Skip to content

Commit

Permalink
use newer version of github action upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Oct 9, 2024
1 parent 9a7a69f commit 3593ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
# python -m pytest fts_examples -v --durations=3

- name: Upload pytest results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}-${{ matrix.release }}
path: junit/test-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}-${{ matrix.release }}.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python -m build
ls -lh dist/
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: pypi-packages-${{ github.sha }}
path: dist
Expand Down

0 comments on commit 3593ae9

Please sign in to comment.