We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1f7d1 commit 7cb55f1Copy full SHA for 7cb55f1
.github/workflows/prerelease.yml
@@ -41,7 +41,7 @@ jobs:
41
run: make package PYTHON=python version=${{ steps.version.outputs.value }}
42
43
- name: Upload Pipeline Artifacts
44
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
45
with:
46
name: built-artifacts
47
path: dist/
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments