From 2ca79d377220be3f8d8561f8d3087e1d0a141d54 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Fri, 11 Aug 2023 18:36:53 -0700 Subject: [PATCH] ci: use v3 actions --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44ddaf289d..70d2540907 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: # runs-on: windows-2019 # steps: # - name: "Checkout" - # uses: actions/checkout@v2 + # uses: actions/checkout@v3 # with: # submodules: recursive # # - name: "Remove Redistributable" @@ -44,7 +44,7 @@ jobs: # # - name: "Setup MSBuild" # # uses: microsoft/setup-msbuild@v1 # # - name: Cache DXSDK_Jun10.exe - # # uses: actions/cache@v2 + # # uses: actions/cache@v3 # # with: # # path: ./Tools/DX/ # # key: ${{ runner.os }} @@ -102,7 +102,7 @@ jobs: # move $FILE_NAME ..\..\artifact\ # - name: "Publish" # if: success() - # uses: actions/upload-artifact@v2-preview + # uses: actions/upload-artifact@v3 # with: # name: ${{ matrix.artifact_name }} # path: "./artifact/" @@ -122,7 +122,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: 'Fetch Git Tags' @@ -201,7 +201,7 @@ jobs: mv "${FILE_NAME}" ./artifact/ - name: "Publish" if: success() - uses: actions/upload-artifact@v2-preview + uses: actions/upload-artifact@v3 with: name: ${{ matrix.artifact_name }} path: "./artifact/" @@ -221,7 +221,7 @@ jobs: runs-on: macos-11 steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive - name: 'Fetch Git Tags' @@ -274,7 +274,7 @@ jobs: mv "${FILE_NAME}" ../../artifact/ - name: "Publish" if: success() - uses: actions/upload-artifact@v2-preview + uses: actions/upload-artifact@v3 with: name: ${{ matrix.artifact_name }} path: "./artifact/"