Skip to content

Commit b6a6fb0

Browse files
committed
change(ci): bump action versions
1 parent d74c8ee commit b6a6fb0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -58,7 +58,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)