Skip to content

Commit 7a45bae

Browse files
committed
Bump CI actions to Node.js 24 versions
- actions/upload-artifact v4 -> v6 - actions/download-artifact v4 -> v6 - docker/setup-qemu-action v3 -> v4 v5 of the artifact actions had preliminary Node 24 support but still defaulted to Node 20. v6 is the actual Node 24 runtime switch.
1 parent 00c7dc0 commit 7a45bae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Set up QEMU
6868
if: matrix.platform == 'linux/arm64'
69-
uses: docker/setup-qemu-action@v3
69+
uses: docker/setup-qemu-action@v4
7070

7171
- name: Build (Linux static)
7272
if: runner.os == 'Linux'
@@ -90,7 +90,7 @@ jobs:
9090
./bin/git-crypt --version
9191
file ./bin/git-crypt
9292
93-
- uses: actions/upload-artifact@v4
93+
- uses: actions/upload-artifact@v6
9494
with:
9595
name: git-crypt-${{ matrix.target }}
9696
path: bin/git-crypt
@@ -125,7 +125,7 @@ jobs:
125125
exit 1
126126
fi
127127
128-
- uses: actions/download-artifact@v4
128+
- uses: actions/download-artifact@v6
129129
with:
130130
pattern: git-crypt-*
131131
path: artifacts/

0 commit comments

Comments
 (0)