Skip to content

Commit d536f35

Browse files
chore(deps): update github artifact actions
1 parent 44db652 commit d536f35

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
@@ -47,7 +47,7 @@ jobs:
4747
- name: Create the package tarball
4848
run: devenv shell build
4949
- name: Store the distribution packages
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: python-package-distributions
5353
path: dist/
@@ -65,7 +65,7 @@ jobs:
6565
id-token: write # IMPORTANT: mandatory for trusted publishing
6666
steps:
6767
- name: Download all the dists
68-
uses: actions/download-artifact@v5
68+
uses: actions/download-artifact@v6
6969
with:
7070
name: python-package-distributions
7171
path: dist/

0 commit comments

Comments
 (0)