Skip to content

Bump actions/download-artifact and actions/upload-artifact from 3 to 4 #70

Bump actions/download-artifact and actions/upload-artifact from 3 to 4

Bump actions/download-artifact and actions/upload-artifact from 3 to 4 #70

Workflow file for this run

name: pull_request
on:
pull_request:
branches: [main]
env:
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
jobs:
build:
uses: ./.github/workflows/build.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}