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
All checks were successful
/ build (push) Successful in 16m9s
Reviewed-on: #15
This commit is contained in:
commit
ecb1d8e922
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue