Skip to content

Commit

Permalink
chore(deps): 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 May 17, 2024
1 parent 076fb1e commit f61bff6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
submodules: ${{ inputs.with-submodules }}
- name: Download artifact
if: inputs.project-artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.project-artifact }}
- name: Setup python
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
submodules: ${{ inputs.with-submodules }}
- name: Download artifact
if: inputs.project-artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.project-artifact }}
- name: Setup python
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
fetch-depth: 0
- name: Download artifact
if: inputs.project-artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.project-artifact }}
- name: Scan for Secrets
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
fetch-depth: 0
- name: Download artifact
if: inputs.project-artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.project-artifact }}
- name: Setup python
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
fetch-depth: 0
- name: Download artifact
if: inputs.project-artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.project-artifact }}
- name: Setup SSH Agent
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
submodules: ${{ inputs.with-submodules }}
- name: Download artifact
if: inputs.project-artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.project-artifact }}
- name: Setup python
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
with:
cluster_name: ${{ secrets.gke-cluster }}
- name: Download build reference
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-ref
- name: Setup Kubernetes tools
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
with:
cluster_name: ${{ secrets.gke-cluster }}
- name: Download build reference
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-ref
- name: Setup Kubernetes tools
Expand Down Expand Up @@ -482,7 +482,7 @@ jobs:
${{ runner.os }}-skaffold-${{ github.sha }}
${{ runner.os }}-skaffold
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
if: inputs.dist-artifact
with:
name: ${{ inputs.dist-artifact }}
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
with:
cluster_name: ${{ secrets.gke-cluster }}
- name: Download build reference
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-ref
- name: Setup Kubernetes tools
Expand Down

0 comments on commit f61bff6

Please sign in to comment.