Skip to content

Commit 2b0f652

Browse files
authored
Merge pull request #1304 from PyThaiNLP/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents add752e + fb0b957 commit 2b0f652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if: github.event_name == 'release' && github.event.action == 'published'
101101
steps:
102102
- name: Retrieve distributions
103-
uses: actions/download-artifact@v7
103+
uses: actions/download-artifact@v8
104104
with:
105105
name: artifact
106106
path: dist

0 commit comments

Comments
 (0)