Skip to content

build: Bump actions/download-artifact from 4.1.3 to 4.1.8 #2394

build: Bump actions/download-artifact from 4.1.3 to 4.1.8

build: Bump actions/download-artifact from 4.1.3 to 4.1.8 #2394

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
branches: [main]
jobs:
pinnedactions:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: ./.github/workflows/pinned-actions.yml
docupdate:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: ./.github/workflows/doc-update.yml
format:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: ./.github/workflows/format.yml
dogfood:
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
uses: ./.github/workflows/dogfood.yml
sonarcloud:
uses: ./.github/workflows/sonarcloud.yml
secrets:
sonar-auth-token: ${{ secrets.SONAR_TOKEN }}
performance:
uses: ./.github/workflows/performance.yml
tagversion:
uses: ./.github/workflows/tagversion.yml
build:
needs: tagversion
uses: ./.github/workflows/dotnetcore.yml
with:
new_tag: ${{ needs.tagversion.outputs.new_tag }}
new_version: ${{ needs.tagversion.outputs.new_version }}