diff options
author | 2023-12-15 10:40:27 -0800 | |
---|---|---|
committer | 2023-12-15 10:40:27 -0800 | |
commit | 524328e328a581a2df3326d4bfea21d0fa93fbfb (patch) | |
tree | 9569d8452db01010bfa6338e1d809c90b0197a23 | |
parent | Bump sentry-sdk from 1.38.0 to 1.39.0 (#2844) (diff) |
Bump actions/upload-artifact from 3 to 4 (#2850)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/lint-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 888bb5bc9..bec7d13ea 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -72,7 +72,7 @@ jobs: - name: Upload a Build Artifact if: always() && steps.prepare-artifact.outcome == 'success' continue-on-error: true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: pull-request-payload path: pull_request_payload.json |