File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 31
31
python ./.github/scripts/check_duplicates.py
32
32
33
33
- name : Upload duplicate profile comment artifact
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : duplicate_profile_comment
37
37
path : |
40
40
- run : echo ${{ github.event.number }} > pr_number.txt
41
41
42
42
- name : Upload PR info
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : pr_number
46
46
path : |
Original file line number Diff line number Diff line change @@ -139,14 +139,14 @@ jobs:
139
139
LUA_PATH : ${{ steps.lua_path.outputs.lua_path }}
140
140
- name : Upload test artifact
141
141
if : always()
142
- uses : actions/upload-artifact@v3
142
+ uses : actions/upload-artifact@v4
143
143
with :
144
144
name : tests
145
145
path : |
146
146
tools/test_output/*.xml
147
147
- name : Upload coverage artifact
148
148
if : always()
149
- uses : actions/upload-artifact@v3
149
+ uses : actions/upload-artifact@v4
150
150
with :
151
151
name : coverage
152
152
path : |
@@ -156,13 +156,13 @@ jobs:
156
156
runs-on : ubuntu-latest
157
157
steps :
158
158
- name : Upload event file artifact
159
- uses : actions/upload-artifact@v3
159
+ uses : actions/upload-artifact@v4
160
160
with :
161
161
name : event-file
162
162
path : ${{ github.event_path }}
163
163
- run : echo ${{ github.event.number }} > pr_number.txt
164
164
- name : Upload pr number artifact
165
- uses : actions/upload-artifact@v3
165
+ uses : actions/upload-artifact@v4
166
166
with :
167
167
name : pr_number
168
168
path : |
Original file line number Diff line number Diff line change 40
40
run : |
41
41
zip -v ${{env.package_key}}.zip config.yml fingerprints.yml search-parameters.y*ml $(find . -name "*.pem") $(find . -name "*.crt") $(find profiles -name "*.y*ml") $(find . -name "*.lua") -x "*test*"
42
42
- name : Upload packaged driver artifact
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : ${{ env.package_key }}
46
46
path : |
@@ -51,14 +51,14 @@ jobs:
51
51
steps :
52
52
- run : echo ${{ github.event.number }} > pr_number.txt
53
53
- name : Upload pr number artifact
54
- uses : actions/upload-artifact@v3
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : pr_number
57
57
path : |
58
58
pr_number.txt
59
59
- run : echo ${{ github.head_ref }} > head_ref.txt
60
60
- name : Upload head ref artifact
61
- uses : actions/upload-artifact@v3
61
+ uses : actions/upload-artifact@v4
62
62
with :
63
63
name : head_ref
64
64
path : |
You can’t perform that action at this time.
0 commit comments