Skip to content

Commit ce55941

Browse files
dependabot[bot]the-hampel
authored andcommitted
Bump the batch group with 2 updates
Bumps the batch group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: batch - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: batch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c25dd22 commit ce55941

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
image: ghcr.io/triqs/solid_dmft_github_ci:3.3.x
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Install pypa/build
1919
run: |
2020
pip3 install --user build toml --break-system-packages
@@ -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@v4
31+
uses: actions/upload-artifact@v5
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@v4
49+
uses: actions/download-artifact@v6
5050
with:
5151
name: python-package-distributions
5252
path: dist/

0 commit comments

Comments
 (0)