Skip to content

Commit 34e9bd5

Browse files
authored
chore: update github artifact actions (#596)
1 parent c2e43d1 commit 34e9bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-ruby-wrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
bundle exec rake ${{ matrix.platform_tasks }}
7373
7474
- name: Upload Binaries as Artifact
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: ${{ matrix.artifact_name }}
7878
path: ${{ matrix.artifact_path }}
@@ -100,7 +100,7 @@ jobs:
100100
working-directory: 'spannerlib/wrappers/spannerlib-ruby'
101101

102102
- name: Download all binaries
103-
uses: actions/download-artifact@v4
103+
uses: actions/download-artifact@v6
104104
with:
105105
# No name means it downloads ALL artifacts from this workflow
106106
# The binaries will be placed in their original paths

0 commit comments

Comments
 (0)