Skip to content

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

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 #233

Workflow file for this run

# SPDX-FileCopyrightText: 2022 Weston Schmidt <[email protected]>
# SPDX-License-Identifier: Apache-2.0
---
name: 'CI Verification'
on:
push:
branches:
- main
paths:
- '.github/workflows/**'
- 'testing/**'
tags:
- 'v*'
pull_request:
workflow_dispatch:
permissions:
contents: write
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
working-directory: testing
secrets: inherit