Skip to content

Commit

Permalink
chore: fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Mar 22, 2024
1 parent 0ec6d2a commit 1396d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ffi-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON_VERSION }}
architecture: x64
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v2
with:
name: "linux.whl"
path: "${{github.workspace}}/python"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-ffi-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.RUBY_VERSION }}
- uses: actions/download-artifact@master
- uses: actions/download-artifact@v2
with:
name: "linux.gem"
path: "${{github.workspace}}/ruby"
Expand Down

0 comments on commit 1396d94

Please sign in to comment.