We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1538152 commit 99aab1bCopy full SHA for 99aab1b
.github/workflows/e2e-subtensor-tests.yaml
@@ -45,7 +45,7 @@ jobs:
45
pull-docker-image:
46
runs-on: ubuntu-latest
47
steps:
48
- - name: Log in to GitHub Container Registry (если образ приватный)
+ - name: Log in to GitHub Container Registry
49
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
50
51
- name: Pull Docker Image
@@ -55,11 +55,10 @@ jobs:
55
run: docker save -o subtensor-localnet.tar ghcr.io/opentensor/subtensor-localnet:latest
56
57
- name: Upload Docker Image as Artifact
58
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
59
with:
60
name: subtensor-localnet
61
path: subtensor-localnet.tar
62
- retention-days: 1
63
64
# Job to run tests in parallel
65
run:
0 commit comments