We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c7dc0 commit 90cd2efCopy full SHA for 90cd2ef
1 file changed
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Set up QEMU
68
if: matrix.platform == 'linux/arm64'
69
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
70
71
- name: Build (Linux static)
72
if: runner.os == 'Linux'
@@ -90,7 +90,7 @@ jobs:
90
./bin/git-crypt --version
91
file ./bin/git-crypt
92
93
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
94
with:
95
name: git-crypt-${{ matrix.target }}
96
path: bin/git-crypt
@@ -125,7 +125,7 @@ jobs:
125
exit 1
126
fi
127
128
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
129
130
pattern: git-crypt-*
131
path: artifacts/
0 commit comments