Skip to content

Commit

Permalink
Merge pull request #98 from zfit/dependabot/github_actions/actions/do…
Browse files Browse the repository at this point in the history
…wnload-artifact-4

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
eduardo-rodrigues committed Jan 3, 2024
2 parents 9e91723 + 3febeba commit c792071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down

0 comments on commit c792071

Please sign in to comment.