Skip to content

Commit feeb238

Browse files
authored
Merge pull request #856 from mit-ll-responsible-ai/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents b7c5a11 + e09d820 commit feeb238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
3737
steps:
3838
- name: Download artifacts
39-
uses: actions/download-artifact@v7
39+
uses: actions/download-artifact@v8
4040
with:
4141
name: dist
4242
path: dist

0 commit comments

Comments
 (0)