Skip to content

Commit

Permalink
Merge pull request #153 from grafana/fix(ci)/artifact-actions
Browse files Browse the repository at this point in the history
fix(ci): pin artifact actions version
  • Loading branch information
kolesnikovae authored Mar 22, 2024
2 parents f5bce68 + ca93365 commit 665d1a4
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 665d1a4

Please sign in to comment.