File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
run : python scripts/report_missing_covidcast_meta.py
22
22
- name : Upload Missing Artifact
23
23
if : failure()
24
- uses : actions/upload-artifact@v2
24
+ uses : actions/upload-artifact@v4
25
25
with :
26
26
name : missing_db_signals.csv
27
27
path : missing_db_signals.csv
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
write_float('requests_per_sec', final_line[9])
102
102
103
103
- name : Archive results as artifacts
104
- uses : actions/upload-artifact@v3
104
+ uses : actions/upload-artifact@v4
105
105
with :
106
106
name : locust-output
107
107
path : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
write_float('requests_per_sec', final_line[9])
110
110
111
111
- name : Archive results as artifacts
112
- uses : actions/upload-artifact@v3
112
+ uses : actions/upload-artifact@v4
113
113
with :
114
114
name : locust-output
115
115
path : |
Original file line number Diff line number Diff line change 89
89
working-directory : src/client/packaging/pypi
90
90
run : |
91
91
python -m build --sdist --wheel
92
- - uses : actions/upload-artifact@v2
92
+ - uses : actions/upload-artifact@v4
93
93
with :
94
94
name : delphi_epidata_py
95
95
path : src/client/packaging/pypi/dist/*.tar.gz
@@ -132,7 +132,7 @@ jobs:
132
132
- run : npm pack
133
133
- name : Rename to a different name
134
134
run : for f in *.tgz; do mv "$f" "$(echo "$f" | sed s/delphi_epidata-/delphi_epidata_js-/)"; done
135
- - uses : actions/upload-artifact@v2
135
+ - uses : actions/upload-artifact@v4
136
136
with :
137
137
name : delphi_epidata_js
138
138
path : src/client/packaging/npm/*.tgz
You can’t perform that action at this time.
0 commit comments