Compare commits

..

No commits in common. "renovate/actions-download-artifact-5.x" and "main" have entirely different histories.

View file

@ -25,7 +25,7 @@ jobs:
container: container:
image: node:21-bullseye # Required by actions/download-artifact image: node:21-bullseye # Required by actions/download-artifact
steps: steps:
- uses: actions/download-artifact@v5 - uses: actions/download-artifact@v4
with: with:
name: dist name: dist
- name: rsync deployment - name: rsync deployment