Skip to content

Commit adb1fac

Browse files
authored
Merge pull request #849 from mit-ll-responsible-ai/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents cc6c9fe + 10f1306 commit adb1fac

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
@@ -22,7 +22,7 @@ jobs:
2222
pip install build
2323
python -m build
2424
- name: Upload artifacts
25-
uses: actions/upload-artifact@v5
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: dist
2828
path: dist

0 commit comments

Comments
 (0)