File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 pear package
7979 cp opentelemetry-*.tgz binaries/
8080 - name : Upload artifacts
81- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
81+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
8282 with :
8383 name : opentelemetry-pecl
8484 path : ext/binaries/*.tgz
@@ -139,7 +139,7 @@ jobs:
139139 run : |
140140 Get-ChildItem -Path binaries -Recurse -Force | ForEach-Object { $_.FullName }
141141 - name : Upload artifacts
142- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
142+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
143143 with :
144144 name : ${{env.BUILD_NAME}}
145145 path : ext\binaries\${{env.BUILD_NAME}}\${{env.BUILD_NAME}}.dll
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
36+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3737 with :
3838 name : SARIF file
3939 path : results.sarif
You can’t perform that action at this time.
0 commit comments