Skip to content

Commit 6666f2c

Browse files
authored
Merge pull request #32 from stackql/feature/updates
updated CI
2 parents 947b0d8 + ddbb76a commit 6666f2c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Setup Node.js
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: '20'
2828
cache: 'yarn'

.github/workflows/release-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: echo "${{ steps.get-contributors.outputs.stackql-query-results }}" > contributors.csv
4343

4444
- name: Upload contributors artifact
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v7
4646
with:
4747
name: contributors-csv
4848
path: contributors.csv
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v6
9292

9393
- name: Download contributors CSV
94-
uses: actions/download-artifact@v4
94+
uses: actions/download-artifact@v8
9595
with:
9696
name: contributors-csv
9797

@@ -138,7 +138,7 @@ jobs:
138138
-DestinationPath ${{ matrix.artifact-name }}.zip
139139
140140
- name: Upload binary artifact
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v7
142142
with:
143143
name: ${{ matrix.artifact-name }}
144144
path: ${{ matrix.artifact-name }}.*

0 commit comments

Comments
 (0)