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 83
83
. venv/bin/activate
84
84
python tests/primer/__main__.py prepare --clone
85
85
- name : Upload output diff
86
- uses : actions/upload-artifact@v3.1.3
86
+ uses : actions/upload-artifact@v4.0.0
87
87
with :
88
88
name : primer_commitstring
89
89
path :
@@ -103,7 +103,7 @@ jobs:
103
103
then echo "::warning ::$WARNINGS"
104
104
fi
105
105
- name : Upload output
106
- uses : actions/upload-artifact@v3.1.3
106
+ uses : actions/upload-artifact@v4.0.0
107
107
with :
108
108
name : primer_output
109
109
path : >-
Original file line number Diff line number Diff line change @@ -172,14 +172,14 @@ jobs:
172
172
then echo "::warning ::$WARNINGS"
173
173
fi
174
174
- name : Upload output of PR
175
- uses : actions/upload-artifact@v3.1.3
175
+ uses : actions/upload-artifact@v4.0.0
176
176
with :
177
177
name : primer_output_pr
178
178
path :
179
179
tests/.pylint_primer_tests/output_${{ steps.python.outputs.python-version
180
180
}}_pr_batch${{ matrix.batchIdx }}.txt
181
181
- name : Upload output of 'main'
182
- uses : actions/upload-artifact@v3.1.3
182
+ uses : actions/upload-artifact@v4.0.0
183
183
with :
184
184
name : primer_output_main
185
185
path :
@@ -191,7 +191,7 @@ jobs:
191
191
run : |
192
192
echo ${{ github.event.pull_request.number }} | tee pr_number.txt
193
193
- name : Upload PR number
194
- uses : actions/upload-artifact@v3.1.3
194
+ uses : actions/upload-artifact@v4.0.0
195
195
with :
196
196
name : pr_number
197
197
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@v3.1.3
79
+ uses : actions/upload-artifact@v4.0.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@v3.1.3
163
+ uses : actions/upload-artifact@v4.0.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