We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88fd04 commit 822a131Copy full SHA for 822a131
.github/workflows/pypi.yml
@@ -50,7 +50,7 @@ jobs:
50
venv-wheel/bin/python -c "import aesara;print(aesara.__version__)"
51
echo "Checking for lazylinker_c.c..."
52
test -n "$(find . -name lazylinker_c.c)" && echo "Found lazylinker_c.c"
53
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
54
with:
55
name: artifact
56
path: dist/*
.github/workflows/test.yml
@@ -143,7 +143,7 @@ jobs:
143
FLOAT32: ${{ matrix.float32 }}
144
145
- name: Upload coverage file
146
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
147
148
name: coverage
149
path: coverage/coverage-${{ steps.matrix-id.outputs.id }}.xml
0 commit comments