diff --git a/.github/workflows/bundling-test.yml b/.github/workflows/bundling-test.yml index b1fd6266..726c96f5 100644 --- a/.github/workflows/bundling-test.yml +++ b/.github/workflows/bundling-test.yml @@ -41,10 +41,11 @@ jobs: run: npm pack - name: Upload package tarball - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.4.0 with: name: client-${{ matrix.node }}.tgz path: holochain-client-*.tgz + overwrite: true - name: Setup tmate session if a previous step failed if: ${{ failure() }} @@ -62,7 +63,7 @@ jobs: steps: - name: Download package tarball - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.8 with: name: client-${{ matrix.node }}.tgz