From fbc1f077b97367ca55829dae69d0109f94f7cd86 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Tue, 29 Oct 2024 20:46:25 +0100 Subject: [PATCH] update actions --- .github/workflows/CI.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b29499de..25a41a00 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -6,10 +6,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: make uses: ./.github/actions/build-sqljs - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: {name: dist, path: dist} - name: test run: npm ci && npm test diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f846993..ba7436ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,12 @@ jobs: name: Create a release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: make uses: ./.github/actions/build-sqljs - name: Create Release id: create_release - uses: actions/create-release@v1.0.0 + uses: actions/create-release@v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: