Skip to content

Commit f33f41b

Browse files
authored
Merge pull request #279 from actions/artifacts-next-ga
Use artifacts v4
2 parents 13b55b3 + 0d45f33 commit f33f41b

File tree

11 files changed

+1079
-6006
lines changed

11 files changed

+1079
-6006
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ This action is used to deploy [Actions artifacts][artifacts] to [GitHub Pages](h
66

77
## Usage
88

9-
See [action.yml](action.yml) for the various `inputs` this action supports.
9+
See [action.yml](action.yml) for the various `inputs` this action supports (or [below](#inputs-📥)).
1010

1111
For examples that make use of this action, check out our [starter-workflows][starter-workflows] in a variety of frameworks.
1212

13-
This action expects an artifact named `github-pages` to have been created prior to execution. This is done automatically when using [`actions/upload-pages-artifact`][upload-pages-artifact].
13+
This action deploys a Pages site previously uploaded as an artifact (e.g. using [`actions/upload-pages-artifact`][upload-pages-artifact]).
1414

1515
We recommend this action to be used in a dedicated job:
1616

@@ -71,7 +71,7 @@ jobs:
7171

7272
There are a few important considerations to be aware of:
7373

74-
1. The artifact being deployed must have been uploaded in a previous step, either in the same job or a separate job that doesn't execute until the upload is complete.
74+
1. The artifact being deployed must have been uploaded in a previous step, either in the same job or a separate job that doesn't execute until the upload is complete. See [`actions/upload-pages-artifact`][upload-pages-artifact] for more information about the format of the artifact we expect.
7575

7676
2. The job that executes the deployment must at minimum have the following permissions:
7777
- `pages: write`

0 commit comments

Comments
 (0)