Skip to content

Commit 51331e3

Browse files
authored
Merge pull request #256 from rescript-lang/dependabot/github_actions/actions/upload-pages-artifact-5
Bump actions/upload-pages-artifact from 4 to 5
2 parents 313c57c + 4bfe1fd commit 51331e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm run build:docs
4444

4545
- name: Upload documentation
46-
uses: actions/upload-pages-artifact@v4
46+
uses: actions/upload-pages-artifact@v5
4747
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
4848
with:
4949
path: ./dist

0 commit comments

Comments
 (0)