diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0e658ab..9a9a168 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: cp target/${{ matrix.target }}/release/${{ env.BINARY_NAME }} \ ${{ matrix.artifact }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact }} path: ${{ matrix.artifact }} @@ -66,7 +66,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: path: artifacts/ merge-multiple: true