Merge pull request 'Update actions/upload-artifact action to v7' (#15) from renovate/major-github-artifact-actions into main
All checks were successful
/ build (push) Successful in 16m9s

Reviewed-on: #15
This commit is contained in:
stb 2026-07-22 17:18:49 +02:00
commit ecb1d8e922

View file

@ -63,7 +63,7 @@ jobs:
run: | run: |
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" dist/ didays-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/didays.de/ rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" dist/ didays-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/didays.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