diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51ce52195..af1a94a08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: # - this is not for releases, but for quick testing during the dev # - action artifacts can be downloaded for 90 days, then are removed by github - name: Attach produced build to Github Action - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ipfs-webui_${{ github.sha }}-build path: build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8e86796e..387daf3c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: run: | ipfs dag export ${{ steps.ipfs.outputs.cid }} > ipfs-webui_${{ github.sha }}.car - name: Attach produced build to Github Action - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ipfs-webui_${{ github.sha }}.car path: ipfs-webui_${{ github.sha }}.car