From 3e1c6e4351e18a6c189afd08b63e44e81ed0ecf2 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 5 Jul 2023 01:48:20 +0200 Subject: Update GitHub Actions CI (#873) The following updates are performed: * update actions/checkout to v3 * update actions/upload-artifact to v3.1.2 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/makemhr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18c381bb..b1c3b413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: } steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install Dependencies shell: bash @@ -145,7 +145,7 @@ jobs: - name: Upload Archive # Upload package as an artifact of this workflow. - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 if: ${{ matrix.config.os == 'windows-latest' }} with: name: soft_oal-${{matrix.config.name}} diff --git a/.github/workflows/makemhr.yml b/.github/workflows/makemhr.yml index 7bde284c..65486150 100644 --- a/.github/workflows/makemhr.yml +++ b/.github/workflows/makemhr.yml @@ -55,7 +55,7 @@ jobs: copy "libmysofa/windows/third-party/zlib-1.2.11/bin/zlib.dll" "Artifacts/zlib.dll" - name: Upload makemhr artifact - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v3.1.2 with: name: makemhr path: "Artifacts/" -- cgit v1.2.3