Spaces:
Sleeping
Sleeping
Merge pull request #40 from VemundFredriksen/fix-ci
Browse files
.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@
|
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 |
|