1
mirror of https://github.com/GpuZelenograd/memtest_vulkan synced 2025-03-22 23:24:21 +01:00

switch to v4 actions again

This commit is contained in:
Vasily Galkin 2024-04-14 02:31:08 +03:00
parent 386db4bdb6
commit b1a352b317

@ -10,8 +10,8 @@ jobs:
build-in-docker-job: build-in-docker-job:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: actions/cache@v3 - uses: actions/cache@v4
with: with:
key: '${{ github.ref_name }}-cargo' key: '${{ github.ref_name }}-cargo'
path: | path: |
@ -22,7 +22,7 @@ jobs:
- uses: docker://ghcr.io/galkinvv/manycross2014:rust-1.64 - uses: docker://ghcr.io/galkinvv/manycross2014:rust-1.64
with: with:
entrypoint: ./build-artifacts.sh entrypoint: ./build-artifacts.sh
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: Windows .exe name: Windows .exe
path: target/artifacts/*.exe path: target/artifacts/*.exe