Skip to content

Commit 8c6ac96

Browse files
chore(deps): update github artifact actions (#1204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6e231a commit 8c6ac96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build a binary wheel and a source tarball
2020
run: python3 -m build
2121
- name: Store the distribution packages
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@v5
2323
with:
2424
name: python-package-distributions
2525
path: dist/
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write # IMPORTANT: mandatory for trusted publishing
3939
steps:
4040
- name: Download all the dists
41-
uses: actions/download-artifact@v5
41+
uses: actions/download-artifact@v6
4242
with:
4343
name: python-package-distributions
4444
path: dist/

0 commit comments

Comments
 (0)