File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 push :
55 branches :
6- - feat/ iota-blog
6+ - iota-theme
77jobs :
88 build_create_zip_iota :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v2
12- - name : Use Node.js 20
13- uses : actions/setup-node@v2
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12+ - name : Use Node.js 22
13+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1414 with :
15- node-version : ' 20 '
15+ node-version : ' 22 '
1616 - name : Install dependencies && build
1717 run : cd src && npm install && npm run build
1818 - name : Create zip
1919 run : zip -r liebling.zip ./* -x 'node_modules/*' -x '*src*'
2020 - name : ' Upload Artifact'
21- uses : actions/upload-artifact@v4
22- with :
21+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
22+ with :
2323 name : IOTA_Blog
2424 path : liebling.zip
2525 - name : Download all workflow run artifacts
26- uses : actions/download-artifact@v4
26+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
You can’t perform that action at this time.
0 commit comments