Commit a87cb4c 1 parent 77caa0f commit a87cb4c Copy full SHA for a87cb4c
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 83
83
. venv/bin/activate
84
84
python tests/primer/__main__.py prepare --clone
85
85
- name : Upload commit string
86
- uses : actions/upload-artifact@v4.2 .0
86
+ uses : actions/upload-artifact@v4.3 .0
87
87
if : matrix.batchIdx == 0
88
88
with :
89
89
name : primer_commitstring_${{ matrix.python-version }}
@@ -104,7 +104,7 @@ jobs:
104
104
then echo "::warning ::$WARNINGS"
105
105
fi
106
106
- name : Upload output
107
- uses : actions/upload-artifact@v4.2 .0
107
+ uses : actions/upload-artifact@v4.3 .0
108
108
with :
109
109
name :
110
110
primer_output_main_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
Original file line number Diff line number Diff line change @@ -178,15 +178,15 @@ jobs:
178
178
then echo "::warning ::$WARNINGS"
179
179
fi
180
180
- name : Upload output of PR
181
- uses : actions/upload-artifact@v4.2 .0
181
+ uses : actions/upload-artifact@v4.3 .0
182
182
with :
183
183
name :
184
184
primer_output_pr_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
185
185
path :
186
186
tests/.pylint_primer_tests/output_${{ matrix.python-version }}_pr_batch${{
187
187
matrix.batchIdx }}.txt
188
188
- name : Upload output of 'main'
189
- uses : actions/upload-artifact@v4.2 .0
189
+ uses : actions/upload-artifact@v4.3 .0
190
190
with :
191
191
name :
192
192
primer_output_main_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
@@ -199,7 +199,7 @@ jobs:
199
199
- name : Upload PR number
200
200
if :
201
201
startsWith(steps.python.outputs.python-version, '3.8') && matrix.batchIdx == 0
202
- uses : actions/upload-artifact@v4.2 .0
202
+ uses : actions/upload-artifact@v4.3 .0
203
203
with :
204
204
name : pr_number
205
205
path : pr_number.txt
Original file line number Diff line number Diff line change 76
76
pip list | grep 'astroid\|pylint'
77
77
python -m pytest -vv --minimal-messages-config tests/test_functional.py
78
78
- name : Upload coverage artifact
79
- uses : actions/upload-artifact@v4.2 .0
79
+ uses : actions/upload-artifact@v4.3 .0
80
80
with :
81
81
name : coverage-${{ matrix.python-version }}
82
82
path : .coverage
@@ -160,7 +160,7 @@ jobs:
160
160
run : >-
161
161
echo "datetime="$(date "+%Y%m%d_%H%M") >> $GITHUB_OUTPUT
162
162
- name : Upload benchmark artifact
163
- uses : actions/upload-artifact@v4.2 .0
163
+ uses : actions/upload-artifact@v4.3 .0
164
164
with :
165
165
name :
166
166
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{
You can’t perform that action at this time.
0 commit comments