Skip to content

Commit

Permalink
Merge pull request #526 from crytic/dependabot/github_actions/dev/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
0xalpharush authored Jan 11, 2024
2 parents 25e3e88 + 2013fed commit bb7af17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m build
- name: Upload distributions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: crytic-compile-dists
path: dist/
Expand Down

0 comments on commit bb7af17

Please sign in to comment.