Skip to content

Bump actions/upload-artifact from 7.0.0 to 7.0.1 #288

Bump actions/upload-artifact from 7.0.0 to 7.0.1

Bump actions/upload-artifact from 7.0.0 to 7.0.1 #288

Workflow file for this run

on:
pull_request:
branches:
- "*"
workflow_dispatch: {}
name: "Pull Request"
permissions:
contents: read
jobs:
test:
name: "Test"
uses: ./.github/workflows/part_test.yml
with:
elixirVersion: "1.18"
otpVersion: "27.2"
docs:
name: "Docs"
permissions:
contents: write
uses: ./.github/workflows/part_docs.yml
with:
elixirVersion: "1.18"
otpVersion: "27.2"