We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e43d1 commit 34e9bd5Copy full SHA for 34e9bd5
.github/workflows/release-ruby-wrapper.yml
@@ -72,7 +72,7 @@ jobs:
72
bundle exec rake ${{ matrix.platform_tasks }}
73
74
- name: Upload Binaries as Artifact
75
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
76
with:
77
name: ${{ matrix.artifact_name }}
78
path: ${{ matrix.artifact_path }}
@@ -100,7 +100,7 @@ jobs:
100
working-directory: 'spannerlib/wrappers/spannerlib-ruby'
101
102
- name: Download all binaries
103
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v6
104
105
# No name means it downloads ALL artifacts from this workflow
106
# The binaries will be placed in their original paths
0 commit comments