Skip to content

Bump actions/upload-artifact from 7.0.0 to 7.0.1 in /save #11

Bump actions/upload-artifact from 7.0.0 to 7.0.1 in /save

Bump actions/upload-artifact from 7.0.0 to 7.0.1 in /save #11

Workflow file for this run

---
name: CI
on:
pull_request:
push:
branches: [main, 'release-*']
tags: ['v*']
permissions:
contents: read
jobs:
test:
name: Test actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Validate Workflows and Custom Actions
uses: mpalmer/action-validator@main # v0.1.0
with:
patterns: |-
.github/workflows/*.yml
save/*.yml
restore/*.yml