Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#1496)

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

---
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>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
This commit is contained in:
dependabot[bot] 2022-10-22 21:53:16 -07:00 коммит произвёл GitHub
Родитель 24ad1dc3f2
Коммит f29324f0f0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 8 добавлений и 8 удалений

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

@ -150,7 +150,7 @@ jobs:
tar -xf ..\..\x64-${{ matrix.configurations }}-cilium-xdp.zip
- name: Upload Build Output
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: ${{inputs.build_artifact}} ${{matrix.configurations}}
path: ${{github.workspace}}/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}
@ -183,7 +183,7 @@ jobs:
- name: Upload the MSI package
if: matrix.configurations == 'Release' && inputs.generate_release_package == true
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: ebpf-for-windows.msi
path: ${{ steps.packages.outputs.REL_MSI_PACKAGE_PATH }}
@ -195,7 +195,7 @@ jobs:
- name: Upload the nuget package
if: matrix.configurations == 'Release' && inputs.build_nuget == true
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
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@3cea5372237819ed00197afe530f5a7ea3e805c8
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: ${{inputs.build_artifact}} ${{matrix.configurations}}
path: ${{github.workspace}}/build/${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}

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

@ -259,7 +259,7 @@ jobs:
- name: Upload any crash dumps
if: (failure()) && (inputs.gather_dumps == true)
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
id: upload_crash_dumps
with:
name: Crash-Dumps-${{env.NAME}}-${{env.BUILD_PLATFORM}}-${{env.BUILD_CONFIGURATION}}
@ -276,7 +276,7 @@ jobs:
- name: Upload log files
if: always() && steps.check_logs.outputs.files_exists == 'true'
id: upload_logs
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: Test-Logs-${{env.NAME}}-${{env.BUILD_PLATFORM}}-${{env.BUILD_CONFIGURATION}}
path: ./${{env.BUILD_PLATFORM}}/${{env.BUILD_CONFIGURATION}}/TestLogs
@ -292,7 +292,7 @@ jobs:
- name: Upload generated artifacts
if: always() && steps.check_artifacts.outputs.files_exists == 'true'
id: upload_artifacts
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
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@3cea5372237819ed00197afe530f5a7ea3e805c8
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
with:
name: SARIF file
path: results.sarif