diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e67d3eb..d55b5b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: # we don't allow neither secrets to be used during build process, nor additional permissions dry-run: true - name: Upload binary artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.target }} path: '*-${{ matrix.target }}*' @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 with: merge-multiple: true path: artifacts