We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 733f042 + 750c11c commit 93137d0Copy full SHA for 93137d0
.github/workflows/matrix.yml
@@ -30,7 +30,7 @@ jobs:
30
git clone --depth 1 --single-branch -b main https://github.com/git-for-windows/build-extra &&
31
# build installer
32
./build-extra/installer/release.sh --output=$PWD/installer-${{ matrix.architecture }} 0-test
33
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
34
if: matrix.flavor == 'build-installers'
35
with:
36
name: installer-${{ matrix.architecture }}
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
cat diff.txt
29
exit 1
}
if: failure()
name: diff.txt
0 commit comments