-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/upload-artifact from 4.4.0 to 4.4.2 (#1159)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c21eb1d
commit 1e05620
Showing
4 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -60,14 +60,14 @@ jobs: | |
run: find /tmp/receptor-testing -name controlsock -delete | ||
|
||
- name: Artifact receptor data | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
if: ${{ failure() }} | ||
with: | ||
name: test-logs | ||
path: /tmp/receptor-testing | ||
|
||
- name: Archive receptor binary | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
name: receptor | ||
path: /usr/local/bin/receptor |
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 |
---|---|---|
|
@@ -72,14 +72,14 @@ jobs: | |
run: find /tmp/receptor-testing -name controlsock -delete | ||
|
||
- name: Artifact receptor data for ${{ matrix.go-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
if: ${{ failure() }} | ||
with: | ||
name: test-logs-${{ matrix.go-version }} | ||
path: /tmp/receptor-testing | ||
|
||
- name: Archive receptor binary for ${{ matrix.go-version }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
name: receptor-${{ matrix.go-version }} | ||
path: /usr/local/bin/receptor | ||
|
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
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 |
---|---|---|
|
@@ -69,14 +69,14 @@ jobs: | |
run: find /tmp/receptor-testing -name controlsock -delete | ||
|
||
- name: Artifact receptor data | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
if: ${{ failure() }} | ||
with: | ||
name: test-logs | ||
path: /tmp/receptor-testing | ||
|
||
- name: Archive receptor binary | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
name: receptor | ||
path: /usr/local/bin/receptor |