Skip to content

Commit ea15a6b

Browse files
authored
Merge pull request #212 from rescript-lang/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 966cc12 + f1956b7 commit ea15a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: npm pack
6464

6565
- name: Upload npm package artifact
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: npm-package
6969
path: "*.tgz"

0 commit comments

Comments
 (0)