Skip to content

Commit bb7af17

Browse files
authored
Merge pull request #526 from crytic/dependabot/github_actions/dev/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 25e3e88 + 2013fed commit bb7af17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m build
2525
2626
- name: Upload distributions
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: crytic-compile-dists
3030
path: dist/

0 commit comments

Comments
 (0)