From 15bc409fa3a318c9c21b26de469fb16414b6cefd Mon Sep 17 00:00:00 2001 From: James Watkins-Harvey Date: Tue, 4 Jun 2024 15:44:50 -0400 Subject: [PATCH] Bump GitHub Actions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 761a36a..7ff9758 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,10 +24,10 @@ jobs: run: "echo head_ref: ${{ github.head_ref }}, ref: ${{ github.ref }}, os: ${{ matrix.os }}" - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 7 @@ -43,7 +43,7 @@ jobs: - name: Upload test failure if: ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: test-fail-${{ matrix.os }} path: tests/TestResults