Skip to content

Commit e72e189

Browse files
authored
Merge pull request #13 from planet-a-ventures/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 9019535 + 18ad64c commit e72e189

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)