Skip to content

Update actions/upload-artifact action to v4 #14

Update actions/upload-artifact action to v4

Update actions/upload-artifact action to v4 #14

Workflow file for this run

name: Push
on:
push:
jobs:
build:
uses: ./.github/workflows/build.yaml
publish:
if: github.ref_name == 'main'
needs: build
uses: ./.github/workflows/publish.yaml