Skip to content

Commit

Permalink
return 2 version for download-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jul 19, 2024
1 parent e6718d6 commit 7676f4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_to_ipfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: 🏗 Build from sources
run: yarn build

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v2
with:
name: build
path: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: 🔄 Install dependencies
run: yarn install

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v2
with:
name: build
path: .
Expand All @@ -76,7 +76,7 @@ jobs:
run: |
./node_modules/.bin/subql publish -f ${{ matrix.project_file }} -o
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v2
with:
name: cids
path: .*cid
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download built artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
with:
name: cids
path: ./ipfs-cids
Expand Down

0 comments on commit 7676f4f

Please sign in to comment.