Skip to content

Commit

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

build(deps): bump actions/download-artifact from 3 to 4
  • Loading branch information
kreczko authored Dec 25, 2023
2 parents cf6cdd4 + 5183d12 commit 272b63e
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 @@ -47,7 +47,7 @@ jobs:
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 272b63e

Please sign in to comment.