Skip to content

Commit bd78fb6

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents 1560ae4 + 9b5c0f4 commit bd78fb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

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

4040
steps:
4141
- name: Download sdist artifact
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v5
4343
with:
4444
name: artifact
4545
path: dist
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Download sdist artifact
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v5
6767
with:
6868
name: artifact
6969
path: dist

0 commit comments

Comments
 (0)