From 7b69425af24c1d70c968b9a460f0b022ac945db8 Mon Sep 17 00:00:00 2001 From: joshuarli Date: Tue, 27 Aug 2024 06:36:05 -0700 Subject: [PATCH] all-repos: update actions/upload-artifact to v4 (#2359) Committed via https://github.com/asottile/all-repos --- .github/workflows/build_batch_release.yml | 2 +- .github/workflows/build_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_batch_release.yml b/.github/workflows/build_batch_release.yml index ffc30fcbd..ff584e14d 100644 --- a/.github/workflows/build_batch_release.yml +++ b/.github/workflows/build_batch_release.yml @@ -17,7 +17,7 @@ jobs: - name: Build gem source run: ruby .scripts/batch_build.rb - name: Archive Artifacts - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4 with: name: ${{ github.sha }} path: sentry*/*.gem diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index f9cad4c6e..3dfe24f81 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -27,7 +27,7 @@ jobs: working-directory: ${{env.sdk-directory}} run: make build - name: Archive Artifacts - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4 with: name: ${{ github.sha }} path: ${{env.sdk-directory}}/*.gem