Skip to content

Commit 308473a

Browse files
authored
Merge pull request #197 from splunk/update-github-actions
Update GitHub actions
2 parents 4dec249 + 40b1107 commit 308473a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
publish-npm:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- uses: actions/setup-node@v2
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
1414
node-version: 14
1515
registry-url: https://registry.npmjs.org/
@@ -25,7 +25,7 @@ jobs:
2525
run: node sdkdo docs
2626

2727
- name: Upload Artifact
28-
uses: actions/upload-artifact@v3
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: js_sdk_docs
3131
path: docs-${{ steps.pkgjson.outputs.packageVersion }}/

0 commit comments

Comments
 (0)