Downgrade upload-artifact from v4 to v3
All checks were successful
Build (artifact) / build (push) Successful in 1m7s
All checks were successful
Build (artifact) / build (push) Successful in 1m7s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user