Skip to content

Commit e194a08

Browse files
committed
Bump CI actions to latest versions
- actions/upload-artifact v4 -> v7 - actions/download-artifact v4 -> v8 - docker/setup-qemu-action v3 -> v4 All now run on Node.js 24. checkout@v6 and setup-node@v6 are already the latest major versions.
1 parent 00c7dc0 commit e194a08

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@v7
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@v8
129129
with:
130130
pattern: git-crypt-*
131131
path: artifacts/

0 commit comments

Comments
 (0)