Skip to content

Commit 665d1a4

Browse files
authored
Merge pull request #153 from grafana/fix(ci)/artifact-actions
fix(ci): pin artifact actions version
2 parents f5bce68 + ca93365 commit 665d1a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-ffi-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
python-version: ${{ matrix.PYTHON_VERSION }}
5454
architecture: x64
55-
- uses: actions/download-artifact@master
55+
- uses: actions/download-artifact@v2
5656
with:
5757
name: "linux.whl"
5858
path: "${{github.workspace}}/python"

.github/workflows/ci-ffi-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- uses: ruby/setup-ruby@v1
8080
with:
8181
ruby-version: ${{ matrix.RUBY_VERSION }}
82-
- uses: actions/download-artifact@master
82+
- uses: actions/download-artifact@v2
8383
with:
8484
name: "linux.gem"
8585
path: "${{github.workspace}}/ruby"

0 commit comments

Comments
 (0)