Skip to content

Commit 5e3de3a

Browse files
authored
Merge pull request #18 from FAST-HEP/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents f51fa53 + 90b7d4a commit 5e3de3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build sdist and wheel
7878
run: pipx run build
7979

80-
- uses: actions/upload-artifact@v3
80+
- uses: actions/upload-artifact@v4
8181
with:
8282
path: dist
8383

0 commit comments

Comments
 (0)