Update actions/upload-artifact action to v4
Some checks failed
/ build (pull_request) Failing after 12s

This commit is contained in:
Renovate 2024-10-13 11:31:02 +00:00
parent fc235e6310
commit 18218493cc

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