Merge pull request 'Update actions/upload-artifact action to v4' (#9) from renovate/major-github-artifact-actions into main
All checks were successful
/ build (push) Successful in 14s

Reviewed-on: #9
This commit is contained in:
stb 2024-11-18 15:36:04 +01:00
commit 84c0ba893a

View file

@ -73,7 +73,7 @@ jobs:
run: | run: |
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" public/ ht-ccchh-website-deploy@public-web-static-intern.hamburg.ccc.de:/var/www/hackertours.hamburg.ccc.de/ rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" public/ ht-ccchh-website-deploy@public-web-static-intern.hamburg.ccc.de:/var/www/hackertours.hamburg.ccc.de/
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: website-build name: website-build