Skip to content

Commit

Permalink
Merge pull request #371 from mtreinish/fix-ci
Browse files Browse the repository at this point in the history
Update upload-artifact action in CI
  • Loading branch information
mtreinish authored Feb 28, 2025
2 parents 414bfd1 + 4ff2270 commit 15fada7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: python -m pip install -U tox
- name: Build Docs
run: tox -edocs
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: html_docs
path: docs/_build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
shell: bash
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: ./dist/stestr*
- name: Publish to PyPi
Expand Down

0 comments on commit 15fada7

Please sign in to comment.