back to v4. This stuff is annoying.
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Gitea Actions Demo / verify-artifact-upload (push) Failing after 2m3s

This commit is contained in:
Paco Hope
2026-08-16 13:58:14 -04:00
parent 5c69b21b6c
commit c08e10a20b
+2 -4
View File
@@ -1,5 +1,5 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
run-name: ${{ gitea.actor }} testing Actions
on: [push]
jobs:
@@ -24,8 +24,6 @@ jobs:
steps:
- name: Check out repository
uses: https://gitea.com/actions/checkout@v4
with:
github-server-url: https://git.nova.org
- name: Create Python environment
run: |
@@ -49,7 +47,7 @@ jobs:
- name: Upload failure artifacts
if: failure()
uses: https://github.com/christopherHX/gitea-upload-artifact@v3
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: test-results
path: test-results/