Skip to content

Commit fbc1f07

Browse files
committed
update actions
1 parent 158dfb4 commit fbc1f07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: make
1111
uses: ./.github/actions/build-sqljs
12-
- uses: actions/upload-artifact@v2
12+
- uses: actions/upload-artifact@v4
1313
with: {name: dist, path: dist}
1414
- name: test
1515
run: npm ci && npm test

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
name: Create a release
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: make
1616
uses: ./.github/actions/build-sqljs
1717
- name: Create Release
1818
id: create_release
19-
uses: actions/create-release@v1.0.0
19+
uses: actions/create-release@v1.1.4
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
with:

0 commit comments

Comments
 (0)