diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index e5ac78c01ae97..c43cc0446ff0f 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -6,4 +6,4 @@ on: jobs: build: name: Feeds Package Test Build - uses: openwrt/actions-shared-workflows/.github/workflows/multi-arch-test-build.yml@main + uses: habbie/openwrt-actions-shared-workflows/.github/workflows/multi-arch-test-build.yml@apk-artifacts diff --git a/admin/atop/Makefile b/admin/atop/Makefile index f9df24d113b6b..0b65bad5486c5 100644 --- a/admin/atop/Makefile +++ b/admin/atop/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/nls.mk PKG_NAME:=atop -PKG_RELEASE:=1 +PKG_RELEASE:=4 PKG_VERSION:=2.11.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz