aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/windows-ci.yml
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-12-15 16:56:31 +0800
committerJia Tan <jiat0218@gmail.com>2023-12-15 16:56:31 +0800
commitf9b82bc64a9405e486575c65c1729229eb0a8198 (patch)
tree1d1522bd1cd6bea2f939bab0d4cf7f960d092622 /.github/workflows/windows-ci.yml
parentTests: Silence -Wsign-conversion warning on GCC version < 10. (diff)
downloadxz-f9b82bc64a9405e486575c65c1729229eb0a8198.tar.xz
CI: Update Upload Artifact Action.
Diffstat (limited to '.github/workflows/windows-ci.yml')
-rw-r--r--.github/workflows/windows-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml
index 85562da7..c53ab74c 100644
--- a/.github/workflows/windows-ci.yml
+++ b/.github/workflows/windows-ci.yml
@@ -118,7 +118,7 @@ jobs:
###############
# Upload the test logs as artifacts if any step has failed.
- - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3
+ - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4.0.0
if: ${{ failure() }}
with:
name: ${{ matrix.msys2_env }} ${{ matrix.build_system }} Test Logs