File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 node build_tools/minifyDataJSON.js "public/data.min.json" "public/data.minify.json"
2323 sha256sum public/data.minify.json | awk '{print $1}' > public/rules.minify.hash
2424 - name : Upload Rules Artifacts
25- uses : actions/upload-artifact@v2
25+ uses : actions/upload-artifact@v3
2626 with :
2727 name : rules-artifact
2828 path : public
3636 - name : Install Dependencies
3737 run : sudo apt-get install -y nodejs jsonlint
3838 - name : Download Rules Artifacts
39- uses : actions/download-artifact@v2
39+ uses : actions/download-artifact@v3
4040 with :
4141 name : rules-artifact
4242 path : public
5252 - name : Checkout Code
5353 uses : actions/checkout@master
5454 - name : Download Rules Artifacts
55- uses : actions/download-artifact@v2
55+ uses : actions/download-artifact@v3
5656 with :
5757 name : rules-artifact
5858 path : public
You can’t perform that action at this time.
0 commit comments