Skip to content

Commit fc451ac

Browse files
authored
Merge pull request #52 from mpi4py/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 8c14416 + 76f67bb commit fc451ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: python -m twine check dist/*.tar.gz
3838

3939
- name: Upload distribution assets
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: release
4343
path: |

0 commit comments

Comments
 (0)