We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39cf870 + 475416b commit f577351Copy full SHA for f577351
1 file changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build gem
24
run: gem build ruby-plsql.gemspec
25
- name: Upload gem artifact
26
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
27
with:
28
name: gem-cruby
29
path: "*.gem"
@@ -39,7 +39,7 @@ jobs:
39
actions: read
40
steps:
41
- name: Download CRuby gem
42
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
43
44
45
- name: Set up Ruby
0 commit comments