Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Dec 15, 2023
1 parent 22d2a8a commit c1e280c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nox-session.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Upload coverage data
if: inputs.nox-session == 'tests' && inputs.generate-coverage-report
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4"
with:
name: coverage_report
path: "coverage_report"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
poetry build --format wheel --ansi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: aqt-wheels
path: dist/
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download all wheels
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: aqt-wheels
path: dist
Expand Down

0 comments on commit c1e280c

Please sign in to comment.