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 e58d65e commit bcf06b4Copy full SHA for bcf06b4
.github/workflows/push-nodes.yml
@@ -53,7 +53,7 @@ jobs:
53
echo "non-fast-blocks" > ${{ github.workspace }}/nodes/non-fast-blocks/release/node-subtensor
54
55
- name: Upload artifact
56
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
57
with:
58
- name: my-artifact
+ name: nodes-artifacts
59
path: ${{ github.workspace }}/nodes
0 commit comments