Skip to content

Commit

Permalink
upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbhasin committed Sep 17, 2024
1 parent 3d054d8 commit e7fb48a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
WALLET_CONNECT_PROJECT_ID: ${{ secrets.WALLET_CONNECT_PROJECT_ID }}

- name: Archive App
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: build
path: build
Expand All @@ -80,7 +80,8 @@ jobs:
IPFS_HOST: ${{ secrets.IPFS_HOST }}

- name: Upload IPFS Release Artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: .release
include-hidden-files: true
path: .release

0 comments on commit e7fb48a

Please sign in to comment.