Downgrade upload-artifact from v4 to v3
All checks were successful
Build (artifact) / build (push) Successful in 1m7s

This commit is contained in:
2026-03-08 22:05:54 +01:00
parent 693c324eb0
commit a9c1529f9d

View File

@@ -3,7 +3,7 @@ name: Build (artifact)
on:
workflow_dispatch:
push:
branches: [ "main" ]
branches: [ "master" ]
jobs:
build:
@@ -43,7 +43,7 @@ jobs:
run: make build
- name: Upload artifact
uses: https://github.com/actions/upload-artifact@v4
uses: https://github.com/actions/upload-artifact@v3
with:
name: certman-${{ env.VERSION }}-amd64
path: certman-${{ env.VERSION }}-amd64