main - ci: v3 -> v4
made at remote:2025-02-10T17:42:27 taken at now:2025-02-10T18:10:03 made by remote Aries <me@ariesclark.com>
This commit is contained in:
parent
76a2bf6a78
commit
b1306c8c0d
2 changed files with 6 additions and 6 deletions
10
.github/workflows/build-listing.yml
vendored
10
.github/workflows/build-listing.yml
vendored
|
@ -39,14 +39,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_CHECKOUT_TOKEN }}
|
token: ${{ secrets.GH_CHECKOUT_TOKEN }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- uses: actions/checkout@v3 # check out automation repo
|
- uses: actions/checkout@v4 # check out automation repo
|
||||||
with:
|
with:
|
||||||
repository: vrchat-community/package-list-action
|
repository: vrchat-community/package-list-action
|
||||||
path: ${{env.pathToCi}}
|
path: ${{env.pathToCi}}
|
||||||
clean: false # otherwise the local repo will no longer be checked out
|
clean: false # otherwise the local repo will no longer be checked out
|
||||||
|
|
||||||
- name: Restore Cache
|
- name: Restore Cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{env.pathToCi}}/.nuke/temp
|
${{env.pathToCi}}/.nuke/temp
|
||||||
|
@ -59,13 +59,13 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v5
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ${{env.listPublishDirectory}}
|
path: ${{env.listPublishDirectory}}
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v4
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_CHECKOUT_TOKEN }}
|
token: ${{ secrets.GH_CHECKOUT_TOKEN }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue