Skip to content

Commit e1c966b

Browse files
authored
Merge pull request #848 from mit-ll-responsible-ai/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents adb1fac + 0775af0 commit e1c966b

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
@@ -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@v6
39+
uses: actions/download-artifact@v7
4040
with:
4141
name: dist
4242
path: dist

0 commit comments

Comments
 (0)