Skip to content

Commit

Permalink
GitHub Actions: Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent f040a38 commit b13e5c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-remote-clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Authenticate with IBM Cloud CLI
run: ibmcloud login --apikey "${IBM_CLOUD_API_KEY}" --no-region --quiet
- name: Download odo from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: odo_bin
- name: Set odo in system path
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Download odo from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: odo_bin
- name: Set odo in system path
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Download odo from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: odo_bin
- name: Set odo in system path
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Download odo from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: odo_bin
- name: Set odo in system path
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
with:
go-version-file: 'go.mod'
- name: Download odo from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: odo_bin
- name: Set odo in system path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
echo "DEPLOY_INGRESS_DOMAIN=$ingressDomain" >> "$GITHUB_ENV"
- name: Download odo from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: odo_bin

Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Download odo from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: odo_bin

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0

- run: mkdir -p /tmp/release-notes
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: release-changelog
path: /tmp/release-notes
Expand Down

0 comments on commit b13e5c8

Please sign in to comment.