Skip to content

Bump actions/upload-artifact from 4 to 6 #148

Bump actions/upload-artifact from 4 to 6

Bump actions/upload-artifact from 4 to 6 #148

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- '**'
pull_request:
release:
types: [published]
jobs:
build:
uses: ./.github/workflows/build.yml
publish:
if: github.event_name == 'release'
needs: build
uses: ./.github/workflows/publish.yml
secrets:
GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }}