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 3826ba8 commit e2a0e09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: workspace
- name: Delete existing release
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: workspace
- name: Set up a Node environment
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Git checkout
uses: actions/checkout@v2
- name: Download changelog to reuse on other workflows
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: workspace
- name: Set up a Go environment
Expand Down

0 comments on commit e2a0e09

Please sign in to comment.