Skip to content

Commit ff760ac

Browse files
Merge pull request #820 from splitio/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 4fcd1c7 + 3954e36 commit ff760ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
steps:
8383
- name: Download assets
84-
uses: actions/download-artifact@v3
84+
uses: actions/download-artifact@v4.1.7
8585
with:
8686
name: assets
8787
path: umd
@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Download assets
123-
uses: actions/download-artifact@v3
123+
uses: actions/download-artifact@v4.1.7
124124
with:
125125
name: assets
126126
path: umd

0 commit comments

Comments
 (0)