-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump actions/download-artifact from 4.1.0 to 4.1.3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.0...v4.1.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
fff1232
commit aa6da10
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
|
||
steps: | ||
- name: Download all build artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
|
||
- name: Check out repository | ||
uses: actions/[email protected] | ||
|
@@ -120,7 +120,7 @@ jobs: | |
run: git checkout ${{ steps.head.outputs.content }} | ||
|
||
- name: Download all build artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: /tmp/artifacts | ||
|
||
|
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 |
---|---|---|
|
@@ -85,7 +85,7 @@ jobs: | |
|
||
steps: | ||
- name: Download all build artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
|
||
- name: Read HEAD ref | ||
id: head | ||
|
@@ -171,7 +171,7 @@ jobs: | |
steps: | ||
# must read HEAD before checkout | ||
- name: Download all build artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
|
||
- name: Read HEAD ref | ||
id: head | ||
|
@@ -202,7 +202,7 @@ jobs: | |
|
||
# checkout will clobber downloaded artifacts; we have to download them again | ||
- name: Download all build artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
path: /tmp/artifacts | ||
|
||
|