Skip to content

Commit

Permalink
Merge pull request #88 from compound-finance/aryan/upload-artifact-up…
Browse files Browse the repository at this point in the history
…date

upgrade `actions/upload-artifact`
  • Loading branch information
aryanbhasin authored Sep 17, 2024
2 parents 3d054d8 + 63b5d8e commit 9cebdbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/release-hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: yarn install --ignore-optional --ignore-platform

- name: Download artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
github_token: ${{secrets.GITHUB_TOKEN}}
workflow: build-workflow.yml
Expand Down

0 comments on commit 9cebdbd

Please sign in to comment.