File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
mv cython-lint.xml cython-lint-${{ env.BUILD_IDENTIFIER }}.xml
129
129
130
130
- name : Archive results
131
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
131
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
132
132
if : always()
133
133
with :
134
134
name : Results (${{ env.BUILD_PRETTY_IDENTIFIER }})
@@ -248,7 +248,7 @@ jobs:
248
248
mv cython-lint.xml cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml
249
249
250
250
- name : Archive results
251
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
251
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
252
252
if : always()
253
253
with :
254
254
name : Results ${{ github.job }}
Original file line number Diff line number Diff line change 74
74
make docs
75
75
76
76
- name : Upload artifact
77
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
77
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
78
78
with :
79
79
path : ' docs/build'
Original file line number Diff line number Diff line change 46
46
publish_results : true
47
47
48
48
- name : " Upload artifact"
49
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
49
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
50
50
with :
51
51
name : SARIF file
52
52
path : results.sarif
You can’t perform that action at this time.
0 commit comments