Skip to content

Commit 7536501

Browse files
authored
Merge pull request #2 from dornech/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 90d1f11 + 2fd47e6 commit 7536501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
id-token: write
8585
steps:
8686
- name: Download all the dists
87-
uses: actions/download-artifact@v5
87+
uses: actions/download-artifact@v6
8888
with:
8989
name: python-package-distributions
9090
path: dist/
@@ -108,7 +108,7 @@ jobs:
108108
id-token: write
109109
steps:
110110
- name: Download all the dists
111-
uses: actions/download-artifact@v5
111+
uses: actions/download-artifact@v6
112112
with:
113113
name: python-package-distributions
114114
path: dist/
@@ -129,7 +129,7 @@ jobs:
129129
id-token: write # IMPORTANT: mandatory for sigstore
130130
steps:
131131
- name: Download all the dists
132-
uses: actions/download-artifact@v5
132+
uses: actions/download-artifact@v6
133133
with:
134134
name: python-package-distributions
135135
path: dist/

0 commit comments

Comments
 (0)