andreped commited on
Commit
81ff857
·
unverified ·
1 Parent(s): e5c0092

Set fixed version to step in CI

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -50,7 +50,7 @@ jobs:
50
  python-version: ${{ matrix.python-version }}
51
 
52
  - name: Download artifact
53
- uses: actions/download-artifact@master
54
  with:
55
  name: "Python wheel"
56
 
 
50
  python-version: ${{ matrix.python-version }}
51
 
52
  - name: Download artifact
53
+ uses: actions/download-artifact@v3
54
  with:
55
  name: "Python wheel"
56