From 0f4caa3dc1c96957fb8b93764f28715fb762cd81 Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Thu, 14 Nov 2024 11:01:43 -0500 Subject: [PATCH] Update to actions/upload-artifact v4. --- .github/workflows/android.yml | 5 ++--- .github/workflows/diffuse.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 27d5667372..0e63fceea4 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -5,8 +5,7 @@ on: push: branches: - 'main' - - '4.**' - - '5.**' + - '7.**' permissions: contents: read # to fetch code (actions/checkout) @@ -36,7 +35,7 @@ jobs: - name: Archive reports for failed build if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: reports path: '*/build/reports' diff --git a/.github/workflows/diffuse.yml b/.github/workflows/diffuse.yml index a444963871..86afd23040 100644 --- a/.github/workflows/diffuse.yml +++ b/.github/workflows/diffuse.yml @@ -83,7 +83,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: diffuse-output path: ${{ steps.diffuse.outputs.diff-file }}