Skip to content

Commit db039ed

Browse files
chore(deps): update actions/download-artifact action to v8
1 parent efb81e6 commit db039ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v6
33-
- uses: actions/download-artifact@v7
33+
- uses: actions/download-artifact@v8
3434
with:
3535
name: artifact
3636
path: dist
@@ -57,7 +57,7 @@ jobs:
5757
permissions:
5858
id-token: write
5959
steps:
60-
- uses: actions/download-artifact@v7
60+
- uses: actions/download-artifact@v8
6161
with:
6262
name: artifact
6363
path: dist

0 commit comments

Comments
 (0)