From 1396d947e0b79bcd124be84c9921d1b2c159b192 Mon Sep 17 00:00:00 2001 From: Anton Kolesnikov Date: Fri, 22 Mar 2024 17:16:32 +0800 Subject: [PATCH] chore: fix artifacts --- .github/workflows/ci-ffi-python.yml | 2 +- .github/workflows/ci-ffi-ruby.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ffi-python.yml b/.github/workflows/ci-ffi-python.yml index bca4c33..7474b5b 100644 --- a/.github/workflows/ci-ffi-python.yml +++ b/.github/workflows/ci-ffi-python.yml @@ -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" diff --git a/.github/workflows/ci-ffi-ruby.yml b/.github/workflows/ci-ffi-ruby.yml index 4fd31a9..feb4cac 100644 --- a/.github/workflows/ci-ffi-ruby.yml +++ b/.github/workflows/ci-ffi-ruby.yml @@ -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"