diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6ff1b0..c86ec1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Upload binary artifact (Linux) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.os == 'ubuntu-latest' with: name: amber_cli-linux diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6cf9f2b..a9124ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: shell: powershell - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries-${{ matrix.target }} path: amber_cli-*