Skip to content

Commit 99aab1b

Browse files
fix
1 parent 1538152 commit 99aab1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/e2e-subtensor-tests.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
pull-docker-image:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- name: Log in to GitHub Container Registry (если образ приватный)
48+
- name: Log in to GitHub Container Registry
4949
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
5050

5151
- name: Pull Docker Image
@@ -55,11 +55,10 @@ jobs:
5555
run: docker save -o subtensor-localnet.tar ghcr.io/opentensor/subtensor-localnet:latest
5656

5757
- name: Upload Docker Image as Artifact
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: subtensor-localnet
6161
path: subtensor-localnet.tar
62-
retention-days: 1
6362

6463
# Job to run tests in parallel
6564
run:

0 commit comments

Comments
 (0)