Skip to content

Commit

Permalink
fix(ci): workaround for upload-rtifact@v3 depr.
Browse files Browse the repository at this point in the history
provisional fix until ipfs/download-ipfs-distribution-action#36 is released
  • Loading branch information
lidel committed Jan 23, 2025
1 parent 82945a9 commit a323bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: "ubuntu-latest"
timeout-minutes: 15
steps:
- uses: ipfs/download-ipfs-distribution-action@v1
- uses: ipfs/download-ipfs-distribution-action@ffe03c1ad9e44c51b90e9bc342a3646a925b2923 # TODO: swith to v1 once https://github.com/ipfs/download-ipfs-distribution-action/pull/36/ is released
- uses: ipfs/start-ipfs-daemon-action@v1
with:
args: --init --init-profile=flatfs,server --enable-gc=false
Expand Down

0 comments on commit a323bbf

Please sign in to comment.