Skip to content

Commit 9cebdbd

Browse files
authored
Merge pull request #88 from compound-finance/aryan/upload-artifact-update
upgrade `actions/upload-artifact`
2 parents 3d054d8 + 63b5d8e commit 9cebdbd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
WALLET_CONNECT_PROJECT_ID: ${{ secrets.WALLET_CONNECT_PROJECT_ID }}
6868

6969
- name: Archive App
70-
uses: actions/upload-artifact@v1
70+
uses: actions/upload-artifact@v4
7171
with:
7272
name: build
7373
path: build
@@ -80,7 +80,8 @@ jobs:
8080
IPFS_HOST: ${{ secrets.IPFS_HOST }}
8181

8282
- name: Upload IPFS Release Artifact
83-
uses: actions/upload-artifact@v1
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: .release
86+
include-hidden-files: true
8687
path: .release

.github/workflows/release-hash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: yarn install --ignore-optional --ignore-platform
2828

2929
- name: Download artifact
30-
uses: dawidd6/action-download-artifact@v2
30+
uses: dawidd6/action-download-artifact@v6
3131
with:
3232
github_token: ${{secrets.GITHUB_TOKEN}}
3333
workflow: build-workflow.yml

0 commit comments

Comments
 (0)