Skip to content

Commit

Permalink
Merge pull request #1239 from spidernet-io/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/download-artifact-4.1.4

build(deps): bump actions/download-artifact from 3.0.2 to 4.1.4
  • Loading branch information
weizhoublue authored Apr 22, 2024
2 parents 505372a + 2eaa8b4 commit 6e07c53
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Chart Artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
name: ${{ needs.release-chart.outputs.artifact }}
path: chart-package/

- name: Download Changelog Artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
name: ${{ needs.release-changelog.outputs.artifact }}
path: changelog-result/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
mkdir -p image-digest/
- name: Download digests of all images built
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
path: image-digest/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# download all artifact
# https://github.com/actions/download-artifact#download-all-artifacts
- name: Download images
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
path: output/artifact-${{ inputs.ipfamily }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
ref: ${{ env.DEST_BRANCH }}

- name: Download Artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
name: changelog_artifact
path: ${{ env.DEST_DIRECTORY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: azure/[email protected]

- name: Download Chart Artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
name: chart_package_artifact
path: charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-release-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

## doc
- name: Download Artifact
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
name: site_artifact

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# download all artifact
- name: Download images
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.4
with:
path: output/artifact-trivy

Expand Down

0 comments on commit 6e07c53

Please sign in to comment.