Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Update actions/upload-artifact action to v6 #4195

Update actions/upload-artifact action to v6

Update actions/upload-artifact action to v6 #4195

Workflow file for this run

name: 'Static'
on:
push:
workflow_dispatch:
jobs:
build:
if: github.event_name != 'push'
uses: SlashNephy/.github/.github/workflows/yarn-run.yml@master
permissions:
contents: 'read'
with:
script: 'bundle'
lint:
uses: SlashNephy/.github/.github/workflows/yarn-lint.yml@master
permissions:
contents: 'read'
pull-requests: 'write'
format:
if: github.event_name == 'push'
uses: SlashNephy/.github/.github/workflows/yarn-format.yml@master
permissions:
contents: 'write'