Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 2 to 4.1.7 in /.gith…
Browse files Browse the repository at this point in the history
…ub/workflows in the github_actions group across 1 directory (#233)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 4f401ea commit eea7b1c
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 @@ -69,7 +69,7 @@ jobs:
steps:
- id: download_package
name: Download Package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: package

Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- id: download_package
name: Download Package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: package

Expand Down

0 comments on commit eea7b1c

Please sign in to comment.