Skip to content

Commit d492a2f

Browse files
authored
Merge pull request #32 from zfit/dependabot/github_actions/actions/download-artifact-4.3.0
chore(deps): bump actions/download-artifact from 4.2.1 to 4.3.0
2 parents 5c5e689 + 52158f1 commit d492a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
if: github.event_name == 'release' && github.event.action == 'published'
4141
steps:
42-
- uses: actions/download-artifact@v4.2.1
42+
- uses: actions/download-artifact@v4.3.0
4343
with:
4444
name: artifact
4545
path: dist

0 commit comments

Comments
 (0)