Skip to content

chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 #7662

chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0

chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 #7662

Workflow file for this run

name: Testing
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
- beta
pull_request:
branches:
- master
- beta
jobs:
test:
secrets: inherit
uses: ./.github/workflows/build_test.yml
release:
if: github.event_name != 'pull_request'
needs: [test]
secrets: inherit
uses: ./.github/workflows/release.yml