Skip to content

Commit a3b86a2

Browse files
authored
Merge pull request #552 from hed-standard/dependabot/github_actions/main/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 439225b + bf31c4e commit a3b86a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: npm run build
6666

6767
- name: Upload artifact for deployment
68-
uses: actions/upload-pages-artifact@v3
68+
uses: actions/upload-pages-artifact@v4
6969
with:
7070
# Specifies the directory to upload. This should match your build output folder.
7171
path: ./browser/buildweb

0 commit comments

Comments
 (0)