Skip to content

Bump actions/upload-artifact from 3 to 4 (#19) #32

Bump actions/upload-artifact from 3 to 4 (#19)

Bump actions/upload-artifact from 3 to 4 (#19) #32

Workflow file for this run

name: Publish
on:
workflow_dispatch:
inputs:
WorkflowRunID:
description: The ID of the workflow run where the artifact will be download from.
required: true
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Get PR info
uses: PSModule/Download-CIArtifact@init
with:
WorkflowID: CI.yml
WorkflowRunID: ${{ github.event.inputs.WorkflowRunID }}
ArtifactName: docs
GITHUB_TOKEN: ${{ github.token }}