diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 881abd7..a999017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: tar c -zf $VERSION.$ARTIFACT_EXTENSION -C $BUILD_DIR/ . - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: build if-no-files-found: error