Skip to content

Commit

Permalink
Merge pull request #820 from splitio/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
EmilianoSanchez authored Sep 5, 2024
2 parents 4fcd1c7 + 3954e36 commit ff760ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Download assets
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: assets
path: umd
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

steps:
- name: Download assets
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: assets
path: umd
Expand Down

0 comments on commit ff760ac

Please sign in to comment.