diff --git a/.github/workflows/on-tag.yml b/.github/workflows/on-tag.yml index dcefd16..755bac7 100644 --- a/.github/workflows/on-tag.yml +++ b/.github/workflows/on-tag.yml @@ -212,7 +212,7 @@ jobs: printf "BASE_TAG: %s\n" "$BASE_TAG" - name: Download all build artifacts - uses: actions/download-artifact@v1.0.0 + uses: actions/download-artifact@v4.1.7 with: name: docker-images @@ -264,7 +264,7 @@ jobs: - name: Download binaries from build artifacts - uses: actions/download-artifact@v1.0.0 + uses: actions/download-artifact@v4.1.7 with: name: binaries