Skip to content

Commit c4ac5f6

Browse files
authored
Merge pull request #142 from rescript-lang/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 0b87498 + ccb17b8 commit c4ac5f6

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
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run build:docs
4141

4242
- name: Upload documentation
43-
uses: actions/upload-pages-artifact@v3
43+
uses: actions/upload-pages-artifact@v4
4444
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
4545
with:
4646
path: ./dist

0 commit comments

Comments
 (0)