Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.3 to 4.3.5
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent d992b5f commit 9934e33
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-centos-native-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Publish native library Linux build
if: (${{ job.status }} != 'cancelled')
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: bin-centos-native
path: bin/tracer-home
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Publish Linux build
if: (${{ job.status }} != 'cancelled')
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: bin-${{ matrix.base-image }}-${{ matrix.architecture }}
path: bin/tracer-home
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-nuget-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
}
- name: Upload Nuget Artifacts
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: bin-nuget-packages
path: bin/nuget-artifacts/
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ jobs:
- name: Upload binaries
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: bin-${{ matrix.machine }}
path: bin/tracer-home

- name: Upload installation scripts
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: installation-scripts-${{ matrix.machine }}
path: bin/installation-scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- name: Upload test logs
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: test-logs-${{ matrix.machine }}-${{ matrix.test-tfm }}-containers-${{ matrix.containers }}
path: test-artifacts/
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

- name: Upload test logs
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: test-logs-${{ matrix.machine }}-containers-${{ matrix.containers }}
path: test-artifacts/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Upload logs
if: always()
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.5
with:
name: logs-${{ matrix.machine }}
path: test-artifacts/

0 comments on commit 9934e33

Please sign in to comment.