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 @@ -123,7 +123,7 @@ jobs:
123
123
mv cython-lint.xml cython-lint-${{ env.BUILD_IDENTIFIER }}.xml
124
124
125
125
- name : Archive results
126
- uses : actions/upload-artifact@v4
126
+ uses : actions/upload-artifact@v4.3.4
127
127
if : always()
128
128
with :
129
129
name : Results (${{ env.BUILD_PRETTY_IDENTIFIER }})
@@ -238,7 +238,7 @@ jobs:
238
238
mv cython-lint.xml cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml
239
239
240
240
- name : Archive results
241
- uses : actions/upload-artifact@v4
241
+ uses : actions/upload-artifact@v4.3.4
242
242
if : always()
243
243
with :
244
244
name : Results ${{ github.job }}
Original file line number Diff line number Diff line change 69
69
make docs
70
70
71
71
- name : Upload artifact
72
- uses : actions/upload-artifact@v4
72
+ uses : actions/upload-artifact@v4.3.4
73
73
with :
74
74
path : ' docs/build'
Original file line number Diff line number Diff line change 41
41
publish_results : true
42
42
43
43
- name : " Upload artifact"
44
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
44
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
45
45
with :
46
46
name : SARIF file
47
47
path : results.sarif
You can’t perform that action at this time.
0 commit comments