]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Update Upload Artifact Action.
authorJia Tan <jiat0218@gmail.com>
Fri, 15 Dec 2023 08:56:31 +0000 (16:56 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 15 Dec 2023 08:56:31 +0000 (16:56 +0800)
.github/workflows/ci.yml
.github/workflows/windows-ci.yml

index 3ba089c52c5f8187eb5bdfa27630052ad326d922..21382d5f8f758201c8521dc35a3b21ffdd350135 100644 (file)
@@ -154,7 +154,7 @@ jobs:
         run: ./build-aux/ci_build.sh -b ${{ matrix.build_system }} -d small -p test -n small
 
       # Attempt to 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.os }} ${{ matrix.build_system }} Test Logs
index 85562da7e632f1a7c2353b09c5a3d3f9e3fae2ac..c53ab74cd8f01b1717e87907670ca936e39ce7d0 100644 (file)
@@ -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