Skip to content

Commit

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

build(deps): bump actions/download-artifact from 4.1.4 to 4.1.5
  • Loading branch information
weizhoublue authored Apr 26, 2024
2 parents c817110 + 6681527 commit 6b81ef6
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/[email protected].4
uses: actions/[email protected].5
with:
name: ${{ needs.release-chart.outputs.artifact }}
path: chart-package/

- name: Download Changelog Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
with:
path: output/artifact-trivy

Expand Down

0 comments on commit 6b81ef6

Please sign in to comment.