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 2121 run : python scripts/report_missing_covidcast_meta.py
2222 - name : Upload Missing Artifact
2323 if : failure()
24- uses : actions/upload-artifact@v2
24+ uses : actions/upload-artifact@v4
2525 with :
2626 name : missing_db_signals.csv
2727 path : missing_db_signals.csv
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 write_float('requests_per_sec', final_line[9])
102102
103103 - name : Archive results as artifacts
104- uses : actions/upload-artifact@v3
104+ uses : actions/upload-artifact@v4
105105 with :
106106 name : locust-output
107107 path : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 write_float('requests_per_sec', final_line[9])
110110
111111 - name : Archive results as artifacts
112- uses : actions/upload-artifact@v3
112+ uses : actions/upload-artifact@v4
113113 with :
114114 name : locust-output
115115 path : |
Original file line number Diff line number Diff line change 8989 working-directory : src/client/packaging/pypi
9090 run : |
9191 python -m build --sdist --wheel
92- - uses : actions/upload-artifact@v2
92+ - uses : actions/upload-artifact@v4
9393 with :
9494 name : delphi_epidata_py
9595 path : src/client/packaging/pypi/dist/*.tar.gz
@@ -132,7 +132,7 @@ jobs:
132132 - run : npm pack
133133 - name : Rename to a different name
134134 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
136136 with :
137137 name : delphi_epidata_js
138138 path : src/client/packaging/npm/*.tgz
You can’t perform that action at this time.
0 commit comments