Update actions/upload-artifact action to v4
Some checks failed
/ build (pull_request) Failing after 19s
Some checks failed
/ build (pull_request) Failing after 19s
This commit is contained in:
parent
568f36a0b3
commit
da8a44d2ae
|
@ -71,7 +71,7 @@ jobs:
|
|||
run: |
|
||||
rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" public/ ccchh-website-deploy@public-web-static-intern.hamburg.ccc.de:/var/www/hamburg.ccc.de/
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
name: website-build
|
||||
|
|
Loading…
Reference in a new issue