Skip to content

Commit 1d93428

Browse files
authored
Merge pull request #14 from planet-a-ventures/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 420a212 + cede12b commit 1d93428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Create the package tarball
4545
run: devenv shell build
4646
- name: Store the distribution packages
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
with:
4949
name: python-package-distributions
5050
path: dist/
@@ -62,7 +62,7 @@ jobs:
6262
id-token: write # IMPORTANT: mandatory for trusted publishing
6363
steps:
6464
- name: Download all the dists
65-
uses: actions/download-artifact@v5
65+
uses: actions/download-artifact@v6
6666
with:
6767
name: python-package-distributions
6868
path: dist/

0 commit comments

Comments
 (0)