mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Update actions/upload-artifact action to v3
This commit is contained in:
parent
c9577cec71
commit
e4df868886
1 changed files with 1 additions and 1 deletions
2
.github/workflows/canary.yml
vendored
2
.github/workflows/canary.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
|
||||
- run: grunt release --skip-update
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ghost-canary
|
||||
path: .dist/release/*
|
||||
|
|
Loading…
Add table
Reference in a new issue