From 0a1db5cca7b3206fbfac16311109b555a1753b41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 06:55:11 +0000 Subject: [PATCH] chore(deps): update github artifact actions | datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v4 | v7 | | github-tags | actions/upload-artifact | v4 | v6 | --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12ce5b7..e405c35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: - name: Upload image archive artifact (tag builds only) if: startsWith(github.ref, 'refs/tags/') - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: image-archive path: /tmp/diff2rss-${{ github.ref_name }}.oci.tar @@ -72,7 +72,7 @@ jobs: - name: Download build artifact if: startsWith(github.ref, 'refs/tags/') - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: ${{ needs.build.outputs.OUTPUT_ARTIFACT_NAME }} path: .