Skip to content

Commit

Permalink
Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workfl…
Browse files Browse the repository at this point in the history
…ows in the github_actions group across 1 directory (getporter#3217)

Bump actions/download-artifact

Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact).

Updates `actions/download-artifact` from 3.0.1 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3.0.1...v4.1.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: John Cudd <[email protected]>
  • Loading branch information
dependabot[bot] authored and jmcudd committed Sep 21, 2024
1 parent dd796dd commit 8b088ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_pipelinesrelease_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
with:
go-version: ${{ inputs.goVersion }}
- name: Download Cross-Compiled Porter Binaries
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: xbuild-bin
path: bin
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
with:
go-version: ${{ inputs.goVersion }}
- name: Download Cross-Compiled Porter Binaries
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: xbuild-bin
path: bin
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
with:
go-version: ${{ inputs.goVersion }}
- name: Download Cross-Compiled Porter Binaries
uses: actions/[email protected].0
uses: actions/[email protected].7
with:
name: xbuild-bin
path: bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
cache: true
- run: go version
- name: Download Cross-Compiled Porter Binaries
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4.1.7
with:
name: xbuild-bin
path: bin
Expand All @@ -129,7 +129,7 @@ jobs:
- name: checkout
uses: actions/[email protected]
- name: Download Cross-Compiled Porter Binaries
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4.1.7
with:
name: xbuild-bin
path: bin
Expand Down

0 comments on commit 8b088ae

Please sign in to comment.