-
Notifications
You must be signed in to change notification settings - Fork 0
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.3.3 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.3...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
d992b5f
commit d362a86
Showing
6 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
- name: Publish native library Linux build | ||
if: (${{ job.status }} != 'cancelled') | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: bin-centos-native | ||
path: bin/tracer-home | ||
|
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
- name: Publish Linux build | ||
if: (${{ job.status }} != 'cancelled') | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: bin-${{ matrix.base-image }}-${{ matrix.architecture }} | ||
path: bin/tracer-home | ||
|
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 |
---|---|---|
|
@@ -102,7 +102,7 @@ jobs: | |
} | ||
- name: Upload Nuget Artifacts | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: bin-nuget-packages | ||
path: bin/nuget-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 |
---|---|---|
|
@@ -127,14 +127,14 @@ jobs: | |
- name: Upload binaries | ||
if: always() | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: bin-${{ matrix.machine }} | ||
path: bin/tracer-home | ||
|
||
- name: Upload installation scripts | ||
if: always() | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: installation-scripts-${{ matrix.machine }} | ||
path: bin/installation-scripts | ||
|
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 |
---|---|---|
|
@@ -103,7 +103,7 @@ jobs: | |
|
||
- name: Upload test logs | ||
if: always() | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: test-logs-${{ matrix.machine }}-${{ matrix.test-tfm }}-containers-${{ matrix.containers }} | ||
path: test-artifacts/ | ||
|
@@ -196,7 +196,7 @@ jobs: | |
|
||
- name: Upload test logs | ||
if: always() | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: test-logs-${{ matrix.machine }}-containers-${{ matrix.containers }} | ||
path: test-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 |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
|
||
- name: Upload logs | ||
if: always() | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].6 | ||
with: | ||
name: logs-${{ matrix.machine }} | ||
path: test-artifacts/ |