Skip to content

Commit abe82a3

Browse files
committed
📦⬆️ Bump actions/download-artifact from v5 to v6
1 parent 1f78444 commit abe82a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎project_name/.github/workflows/{% if in_pypi %}build-and-publish.yml{% endif %}.jinja‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id-token: write
4949
steps:
5050
- name: Download package distributions
51-
uses: actions/download-artifact@v5
51+
uses: actions/download-artifact@v6
5252
with:
5353
name: Packages
5454
path: dist/
@@ -70,7 +70,7 @@ jobs:
7070
id-token: write
7171
steps:
7272
- name: Download package distributions
73-
uses: actions/download-artifact@v5
73+
uses: actions/download-artifact@v6
7474
with:
7575
name: Packages
7676
path: dist/

0 commit comments

Comments
 (0)