File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133
134134 - name : Upload dist
135135 if : runner.os == 'Linux'
136- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
136+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
137137 with :
138138 name : dist
139139 path : |
@@ -154,13 +154,13 @@ jobs:
154154 git commit -m "Update CHANGELOG.md after release [skip ci]"
155155 git push
156156
157- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
157+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
158158 if : runner.os == 'Linux'
159159 with :
160160 name : test-coverage
161161 path : ./coverage
162162
163- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
163+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
164164 with :
165165 name : test-report-${{ matrix.target }}
166166 path : ./test-report.html
@@ -222,7 +222,7 @@ jobs:
222222 npm run package -- --target ${{ matrix.target }}
223223
224224 - name : Upload package
225- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
225+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
226226 with :
227227 name : vscode-cmsis-debugger-${{ matrix.target }}
228228 path : ./*.vsix
Original file line number Diff line number Diff line change 9797
9898 - name : Upload dist
9999 if : runner.os == 'Linux'
100- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
100+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101101 with :
102102 name : dist
103103 path : |
@@ -107,13 +107,13 @@ jobs:
107107 ./dist
108108 retention-days : 1
109109
110- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
110+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
111111 if : runner.os == 'Linux'
112112 with :
113113 name : test-coverage
114114 path : ./coverage
115115
116- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
116+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
117117 with :
118118 name : test-report-${{ matrix.target }}
119119 path : ./test-report.html
@@ -178,7 +178,7 @@ jobs:
178178 npm run package -- --target ${{ matrix.target }}
179179
180180 - name : Upload package
181- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
181+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
182182 with :
183183 name : vscode-cmsis-debugger-nightly-${{ matrix.target }}
184184 path : ./*.vsix
Original file line number Diff line number Diff line change 7171 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7272 # format to the repository Actions tab.
7373 - name : " Upload artifact"
74- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
74+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7575 with :
7676 name : SARIF file
7777 path : results.sarif
You can’t perform that action at this time.
0 commit comments