Skip to content

Commit f0fc35c

Browse files
authored
Bump actions/upload-pages-artifact from 3 to 4 in /.github/workflows (#358)
2 parents 4622ea4 + 56a33b1 commit f0fc35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/configure-pages@v5
3636

3737
- name: Upload artifact
38-
uses: actions/upload-pages-artifact@v3
38+
uses: actions/upload-pages-artifact@v4
3939
with:
4040
path: './packages/hidp/docs/_build/html'
4141

0 commit comments

Comments
 (0)