Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-ruby-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
bundle exec rake ${{ matrix.platform_tasks }}

- name: Upload Binaries as Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ matrix.artifact_name }}
path: ${{ matrix.artifact_path }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
working-directory: 'spannerlib/wrappers/spannerlib-ruby'

- name: Download all binaries
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
# No name means it downloads ALL artifacts from this workflow
# The binaries will be placed in their original paths
Expand Down
Loading