Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#1828)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](83fd05a356...0b7f8abb15)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-07 10:05:37 -08:00 коммит произвёл GitHub
Родитель 03b16e40cc
Коммит 6f9010a8d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 8 добавлений и 8 удалений

6
.github/workflows/reusable-build.yml поставляемый
Просмотреть файл

@ -141,7 +141,7 @@ jobs:
tar -xf ..\..\x64-${{ matrix.configurations }}-cilium-xdp.zip
- name: Upload Build Output
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: ${{inputs.build_artifact}} ${{matrix.configurations}}
path: ${{github.workspace}}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}
@ -174,7 +174,7 @@ jobs:
- name: Upload the MSI package
if: matrix.configurations == 'Release' && inputs.generate_release_package == true
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: ebpf-for-windows.msi
path: ${{ steps.packages.outputs.REL_MSI_PACKAGE_PATH }}
@ -186,7 +186,7 @@ jobs:
- name: Upload the nuget package
if: matrix.configurations == 'Release' && inputs.build_nuget == true
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: ebpf-for-windows nuget
path: ${{github.workspace}}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}/*.nupkg

2
.github/workflows/reusable-cmake-build.yml поставляемый
Просмотреть файл

@ -87,7 +87,7 @@ jobs:
tar -xf ..\..\..\x64-${{ matrix.configurations }}-cilium-xdp.zip
- name: Upload Build Output
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: ${{inputs.build_artifact}} ${{matrix.configurations}}
path: ${{github.workspace}}/build/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}

6
.github/workflows/reusable-test.yml поставляемый
Просмотреть файл

@ -285,7 +285,7 @@ jobs:
- name: Upload any crash dumps
if: always() && (steps.check_dumps.outputs.files_exists == 'true') && (inputs.gather_dumps == true)
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
id: upload_crash_dumps
with:
name: Crash-Dumps-${{env.NAME}}-${{env.BUILD_PLATFORM}}-${{env.BUILD_CONFIGURATION}}
@ -302,7 +302,7 @@ jobs:
- name: Upload log files
if: always() && steps.check_logs.outputs.files_exists == 'true'
id: upload_logs
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: Test-Logs-${{env.NAME}}-${{env.BUILD_PLATFORM}}-${{env.BUILD_CONFIGURATION}}
path: ./${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}/TestLogs
@ -318,7 +318,7 @@ jobs:
- name: Upload generated artifacts
if: always() && steps.check_artifacts.outputs.files_exists == 'true'
id: upload_artifacts
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: Artifacts-${{env.NAME}}-${{env.BUILD_PLATFORM}}-${{env.BUILD_CONFIGURATION}}
path: ${{github.workspace}}\${{env.BUILD_PLATFORM}}\${{env.BUILD_CONFIGURATION}}\Artifacts

2
.github/workflows/scorecards-analysis.yml поставляемый
Просмотреть файл

@ -50,7 +50,7 @@ jobs:
# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: SARIF file
path: results.sarif