diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e5ba6c..32febe1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: gzip -f9 $final_binary - name: Archive binary artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: binaries if-no-files-found: warn