Skip to content

Commit ec1196a

Browse files
authored
Merge pull request #2 from gaussian/dependabot/github_actions/actions/upload-artifact-6
ci: bump actions/upload-artifact from 4 to 6
2 parents e81922a + f1767bd commit ec1196a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
python -m build
151151
152152
- name: Store the distribution packages
153-
uses: actions/upload-artifact@v4
153+
uses: actions/upload-artifact@v6
154154
with:
155155
name: python-package-distributions
156156
path: dist/

0 commit comments

Comments
 (0)