Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/citation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fi
- name: Upload PDF
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: citation-preview.pdf
path: citation-preview.pdf
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cp -a docs/_build/html artifact/qiskit-addon-utils-htmldocs
- name: Upload nice docs artifact
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: qiskit-addon-utils-htmldocs
path: ./artifact
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
pipx run build --sdist
- name: Store the distribution packages
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: pkg-sdist
path: dist/*.tar.gz
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
pipx run build --wheel
- name: Store the wheel
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: pkg-wheel
path: dist/*.whl
Expand Down