Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#3695)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@5076954...604373d)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 958dc4d commit 9f61106
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # tag: v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # tag: v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # tag: v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # tag: v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # tag: v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # tag: v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # tag: v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # tag: v4.4.1
with:
name: bin-${{ matrix.machine }}
path: bin/tracer-home

- name: Upload installation scripts
if: always()
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # tag: v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # tag: v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # tag: v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # tag: v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # tag: v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # tag: v4.4.1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # tag: v4.4.0
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # tag: v4.4.1
with:
name: logs-${{ matrix.machine }}
path: test-artifacts/

0 comments on commit 9f61106

Please sign in to comment.