Update actions/upload-artifact action to v7
Some checks failed
/ Ansible Lint (push) Successful in 2m32s
/ build (pull_request) Failing after 2m40s
/ Ansible Lint (pull_request) Successful in 2m30s

This commit is contained in:
Renovate 2026-05-24 10:00:50 +00:00
commit 08084481ca

View file

@ -67,7 +67,7 @@ jobs:
run: | run: |
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/ rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v7
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: docs-build name: docs-build