Skip to content

Commit

Permalink
all-repos: update actions/upload-artifact to v4 (#2359)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli committed Aug 27, 2024
1 parent adf38eb commit 7b69425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_batch_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b69425

Please sign in to comment.