1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-19 06:00:53 +00:00

CI: Specify only the main version of the standard GH actions

This commit is contained in:
Lasse Collin 2025-04-11 17:25:53 +03:00
parent b0d0e62474
commit 907ac2215d
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ jobs:
build_system: [autotools, cmake]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4
########################
# Install Dependencies #
@ -158,7 +158,7 @@ jobs:
run: ./build-aux/ci_build.bash -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@v4.3.3
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: ${{ matrix.os }} ${{ matrix.build_system }} Test Logs

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4
- name: Configure Win32
run: >