ci: switch to Forgejos upload artifact v4 fork to make it work
All checks were successful
/ build (pull_request) Successful in 29s

https://code.forgejo.org/forgejo/upload-artifact/src/tag/v4
This commit is contained in:
June 2025-10-25 20:02:06 +02:00
commit d8513553c2
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

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@v4 - uses: https://code.forgejo.org/forgejo/upload-artifact@v4
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
with: with:
name: website-build name: website-build