diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f0f564..bb81300 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: verbose: true - name: Upload binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: snap-fetch-${{ matrix.target }} path: target/${{ matrix.target }}/release/${{ matrix.bin }}