Skip to content

Bump actions/upload-artifact from 4.5.0 to 4.6.0 #43

Bump actions/upload-artifact from 4.5.0 to 4.6.0

Bump actions/upload-artifact from 4.5.0 to 4.6.0 #43

Workflow file for this run

name: Labeled
on:
pull_request:
types: [labeled]
permissions:
contents: read
jobs:
build-release:
if: ${{ github.event.label.name == 'publish-dev-test' }}
name: Build and Release
uses: ./.github/workflows/pre-release.yaml
secrets: inherit
permissions:
contents: write
packages: write
pull-requests: write