mirror of https://github.com/madler/zlib
Update github actions versions.
This commit is contained in:
parent
25740f4ad5
commit
76156087c8
|
@ -58,7 +58,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install packages (Windows)
|
- name: Install packages (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
|
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install packages (Ubuntu)
|
- name: Install packages (Ubuntu)
|
||||||
if: runner.os == 'Linux' && matrix.packages
|
if: runner.os == 'Linux' && matrix.packages
|
||||||
|
@ -127,7 +127,7 @@ jobs:
|
||||||
QEMU_RUN: ${{ matrix.qemu-run }}
|
QEMU_RUN: ${{ matrix.qemu-run }}
|
||||||
|
|
||||||
- name: Upload build errors
|
- name: Upload build errors
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.name }} (configure)
|
name: ${{ matrix.name }} (configure)
|
||||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
dry-run: false
|
dry-run: false
|
||||||
|
|
||||||
- name: Upload Crash
|
- name: Upload Crash
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
|
|
Loading…
Reference in New Issue