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: .