Merge pull request #28 from rpearce/dependabot/github_actions/actions/upload-artifact-3
chore(deps): bump actions/upload-artifact from 2 to 3
This commit is contained in:
commit
0955987d7f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- run: nix build
|
- run: nix build
|
||||||
|
|
||||||
- name: Artifact pages
|
- name: Artifact pages
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: pages
|
name: pages
|
||||||
path: result/dist
|
path: result/dist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue