Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent a7cf887 commit 78ca60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Download math result from prepare job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: package
path: package
Expand All @@ -76,7 +76,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@wabarc'
- name: Download math result from prepare job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: package
path: package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fetch-depth: 0

- name: Download math result from build and checksum jobs
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@v4.1.7 # v3.0.2
with:
name: ${{ env.PRODUCT }}
path: ${{ env.PRODUCT }}
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
needs: [release]
steps:
- name: Download artifact
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
uses: actions/download-artifact@v4.1.7 # v3.0.2
with:
name: release-note
path: .
Expand Down

0 comments on commit 78ca60a

Please sign in to comment.