Skip to content

Commit a4b792a

Browse files
authored
Merge pull request #198 from splunk/develop
Develop
2 parents 91046bd + 308473a commit a4b792a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
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)