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