Skip to content

Commit

Permalink
Merge pull request #210 from crytic/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/{download,upload}-artifact from 3 to 4
  • Loading branch information
elopez authored Dec 30, 2024
2 parents 64d4611 + d1c586d commit 59a7616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.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: solc-select-dists
path: dist/
Expand All @@ -39,7 +39,7 @@ jobs:
- build-release
steps:
- name: fetch dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: solc-select-dists
path: dist/
Expand Down

0 comments on commit 59a7616

Please sign in to comment.