From 071afaa1686b3def18a6ca68914da849fc0086f4 Mon Sep 17 00:00:00 2001 From: Kevin Greenan Date: Thu, 9 Jan 2025 11:10:14 -0800 Subject: [PATCH] Update upload-artifact to v4 --- .github/workflows/nebula-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nebula-ci.yml b/.github/workflows/nebula-ci.yml index a101c8330..ff503a115 100644 --- a/.github/workflows/nebula-ci.yml +++ b/.github/workflows/nebula-ci.yml @@ -48,7 +48,7 @@ jobs: CI_BRANCH: ${{ github.ref }} COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload Test Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: Unit Test Results @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Event File path: ${{ github.event_path }}