Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent dc3c770 commit 58e2b79
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chart-release-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: Download Shared Workflow Properties
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: shared-workflow-props

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Download Shared Workflow Properties
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: shared-workflow-props

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Download Shared Workflow Properties
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: shared-workflow-props

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/slate-client-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Download Shared Workflow Properties
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: shared-workflow-props

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: Download Shared Workflow Properties
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: shared-workflow-props

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

steps:
- name: Download Shared Workflow Properties
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: shared-workflow-props

Expand All @@ -190,22 +190,22 @@ jobs:
echo "RELEASE_VERSION=${releaseVersion}" >> $GITHUB_ENV
- name: Download Linux Binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: slate-linux-artifacts

- name: Download MacOS 11 Binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: slate-macos-11-artifacts

- name: Download MacOS 12 Binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: slate-macos-12-artifacts

- name: Download MacOS 13 Binary
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: slate-macos-13-artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slate-client-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Download Shared Workflow Properties
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: shared-workflow-props

Expand Down

0 comments on commit 58e2b79

Please sign in to comment.