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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
131
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
251
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
77
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
49
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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