-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1322 from spidernet-io/dependabot/github_actions/…
…actions/download-artifact-4.1.5 build(deps): bump actions/download-artifact from 4.1.4 to 4.1.5
- Loading branch information
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,7 +153,7 @@ jobs: | |
|
||
## doc | ||
- name: Download Artifact | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].5 | ||
with: | ||
name: site_artifact | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|