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.
2 parents f5bce68 + ca93365 commit 665d1a4Copy full SHA for 665d1a4
.github/workflows/ci-ffi-python.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
python-version: ${{ matrix.PYTHON_VERSION }}
54
architecture: x64
55
- - uses: actions/download-artifact@master
+ - uses: actions/download-artifact@v2
56
57
name: "linux.whl"
58
path: "${{github.workspace}}/python"
.github/workflows/ci-ffi-ruby.yml
@@ -79,7 +79,7 @@ jobs:
79
- uses: ruby/setup-ruby@v1
80
81
ruby-version: ${{ matrix.RUBY_VERSION }}
82
83
84
name: "linux.gem"
85
path: "${{github.workspace}}/ruby"
0 commit comments