mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 18:46:50 +07:00
version update
This commit is contained in:
parent
1466c4c88b
commit
4d8c7716fb
1 changed files with 5 additions and 5 deletions
10
.github/workflows/db.yml
vendored
10
.github/workflows/db.yml
vendored
|
|
@ -14,10 +14,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: node dbgen.js > database.json
|
run: node dbgen.js > database.json
|
||||||
|
|
||||||
- name: Upload database artifact
|
- name: Upload database artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: database
|
name: database
|
||||||
path: database.json
|
path: database.json
|
||||||
|
|
@ -38,10 +38,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download database artifact
|
- name: Download database artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: database
|
name: database
|
||||||
path: database.json
|
path: database.json
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue