mirror of
https://github.com/GpuZelenograd/memtest_vulkan
synced 2024-11-18 17:26:04 +01:00
switch to v4 actions again
This commit is contained in:
parent
386db4bdb6
commit
b1a352b317
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
||||
build-in-docker-job:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
key: '${{ github.ref_name }}-cargo'
|
||||
path: |
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
- uses: docker://ghcr.io/galkinvv/manycross2014:rust-1.64
|
||||
with:
|
||||
entrypoint: ./build-artifacts.sh
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Windows .exe
|
||||
path: target/artifacts/*.exe
|
||||
|
Loading…
Reference in New Issue
Block a user