File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131
3232 - name : Publish Artifacts
3333 if : always() && !cancelled()
34- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
34+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3535 with :
3636 name : ${{ matrix.os }}-${{ matrix.project }}-${{ matrix.version }}-coyoteoutput
3737 path : ' **/*_CoyoteOutput.*'
Original file line number Diff line number Diff line change 3333 # uploads of run results in SARIF format to the repository Actions tab.
3434 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3535 - name : " Upload artifact"
36- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
36+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
Original file line number Diff line number Diff line change 2727 run : dotnet pack ./build/OpenTelemetry.proj --configuration Release /p:EnablePackageValidation=true /p:ExposeExperimentalFeatures=false /p:RunningDotNetPack=true
2828
2929 - name : Publish stable NuGet packages to Artifacts
30- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
30+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
3131 with :
3232 name : packages-stable
3333 path : ./artifacts/package/release
5151 run : dotnet pack ./build/OpenTelemetry.proj --configuration Release /p:EnablePackageValidation=true /p:ExposeExperimentalFeatures=true /p:RunningDotNetPack=true
5252
5353 - name : Publish experimental NuGet packages to Artifacts
54- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
54+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5555 with :
5656 name : packages-experimental
5757 path : ./artifacts/package/release
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Publish Artifacts
162162 id : upload-artifacts
163- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
163+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
164164 with :
165165 name : ${{ github.ref_name }}-packages
166166 path : ./artifacts/package/release
You can’t perform that action at this time.
0 commit comments