Skip to content

Commit

Permalink
Merge pull request #462 from kdash-rs/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
deepu105 authored Sep 9, 2024
2 parents 295a516 + 87a856f commit 0452b73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('.github/workflows/cd.yml') }}
- name: Get shared artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
fetch-depth: 1

- name: Get release artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
fetch-depth: 1

- name: Get release artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: artifacts
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get release artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit 0452b73

Please sign in to comment.