Skip to content

Commit 26aebd3

Browse files
authored
Merge pull request #121 from TRIQS/dependabot/github_actions/batch-c2e7f7cad0
Bump the batch group with 2 updates
2 parents c0197fd + a66ceaa commit 26aebd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build a binary wheel and a source tarball
2929
run: python3 -m build
3030
- name: Store the distribution packages
31-
uses: actions/upload-artifact@v5
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: python-package-distributions
3434
path: dist/
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Download all the dists
49-
uses: actions/download-artifact@v6
49+
uses: actions/download-artifact@v7
5050
with:
5151
name: python-package-distributions
5252
path: dist/

0 commit comments

Comments
 (0)