File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424
2525 - name : Install system dependencies
2626 run : |
2727 sudo apt-get update
2828 sudo apt-get install -y meson ninja-build gettext libglib2.0-bin
2929
3030 - name : Setup Node.js
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v6
3232 with :
3333 node-version : 20
3434 cache : npm
5858 unzip -l "${GITHUB_WORKSPACE}/dist/${UUID}.shell-extension.zip"
5959
6060 - name : Upload zip artifact
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : ${{ env.UUID }}.shell-extension
6464 path : dist/*.shell-extension.zip
7373 contents : write
7474 steps :
7575 - name : Download zip artifact
76- uses : actions/download-artifact@v4
76+ uses : actions/download-artifact@v8
7777 with :
7878 name : ${{ env.UUID }}.shell-extension
7979 path : dist
You can’t perform that action at this time.
0 commit comments