Skip to content

Commit 9f8cbb9

Browse files
Merge pull request #189 from scikit-hep/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 19f18a8 + a816e30 commit 9f8cbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Build
8080
run: pipx run build
8181

82-
- uses: actions/upload-artifact@v4
82+
- uses: actions/upload-artifact@v5
8383
with:
8484
path: dist/*
8585

0 commit comments

Comments
 (0)