Skip to content

Commit 9b4d7d1

Browse files
chore(deps): update github artifact actions
1 parent 41593c9 commit 9b4d7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Create the package tarball
5050
run: devenv shell build
5151
- name: Store the distribution packages
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: python-package-distributions
5555
path: dist/
@@ -67,7 +67,7 @@ jobs:
6767
id-token: write # IMPORTANT: mandatory for trusted publishing
6868
steps:
6969
- name: Download all the dists
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v6
7171
with:
7272
name: python-package-distributions
7373
path: dist/

0 commit comments

Comments
 (0)