File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
${{ runner.os }}-${{ matrix.python-version }}-${{
103
103
steps.commitstring.outputs.commitstring }}-primer
104
104
- name : Upload commit string
105
- uses : actions/upload-artifact@v4.5 .0
105
+ uses : actions/upload-artifact@v4.6 .0
106
106
if : matrix.batchIdx == 0
107
107
with :
108
108
name : primer_commitstring_${{ matrix.python-version }}
@@ -123,7 +123,7 @@ jobs:
123
123
then echo "::warning ::$WARNINGS"
124
124
fi
125
125
- name : Upload output
126
- uses : actions/upload-artifact@v4.5 .0
126
+ uses : actions/upload-artifact@v4.6 .0
127
127
with :
128
128
name :
129
129
primer_output_main_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
Original file line number Diff line number Diff line change @@ -197,15 +197,15 @@ jobs:
197
197
then echo "::warning ::$WARNINGS"
198
198
fi
199
199
- name : Upload output of PR
200
- uses : actions/upload-artifact@v4.5 .0
200
+ uses : actions/upload-artifact@v4.6 .0
201
201
with :
202
202
name :
203
203
primer_output_pr_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
204
204
path :
205
205
tests/.pylint_primer_tests/output_${{ matrix.python-version }}_pr_batch${{
206
206
matrix.batchIdx }}.txt
207
207
- name : Upload output of 'main'
208
- uses : actions/upload-artifact@v4.5 .0
208
+ uses : actions/upload-artifact@v4.6 .0
209
209
with :
210
210
name :
211
211
primer_output_main_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
@@ -218,7 +218,7 @@ jobs:
218
218
- name : Upload PR number
219
219
if :
220
220
startsWith(steps.python.outputs.python-version, '3.9') && matrix.batchIdx == 0
221
- uses : actions/upload-artifact@v4.5 .0
221
+ uses : actions/upload-artifact@v4.6 .0
222
222
with :
223
223
name : pr_number
224
224
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.5 .0
79
+ uses : actions/upload-artifact@v4.6 .0
80
80
with :
81
81
name : coverage-${{ matrix.python-version }}
82
82
include-hidden-files : true
@@ -161,7 +161,7 @@ jobs:
161
161
run : >-
162
162
echo "datetime="$(date "+%Y%m%d_%H%M") >> $GITHUB_OUTPUT
163
163
- name : Upload benchmark artifact
164
- uses : actions/upload-artifact@v4.5 .0
164
+ uses : actions/upload-artifact@v4.6 .0
165
165
with :
166
166
name :
167
167
benchmark-${{ runner.os }}-${{ matrix.python-version }}_${{
You can’t perform that action at this time.
0 commit comments