From 42347e4d40a49ded9cf860c5d7eae64441a66bb3 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 15 Dec 2022 21:10:46 -0500 Subject: [PATCH] bump github actions --- .github/workflows/make.yml | 2 +- .github/workflows/msys2.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 55268a0..0f29bcc 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -10,7 +10,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true - name: make diff --git a/.github/workflows/msys2.yml b/.github/workflows/msys2.yml index 3b645a9..1a529be 100644 --- a/.github/workflows/msys2.yml +++ b/.github/workflows/msys2.yml @@ -10,7 +10,7 @@ jobs: matrix: msys: [MSYS, MINGW32, MINGW64] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: true @@ -26,7 +26,7 @@ jobs: run: msys2 -c 'make' - name: Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: binaries - ${{ matrix.msys }} path: "*.exe"