Skip to content

Commit

Permalink
update CI github action upload-artifact to v4 (#5579)
Browse files Browse the repository at this point in the history
MikeMcC399 authored Dec 18, 2023
1 parent 8381356 commit 14f9c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/continuous-integration/github-actions.mdx
Original file line number Diff line number Diff line change
@@ -248,7 +248,7 @@ jobs:
build: npm run build
- name: Save build folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
if-no-files-found: error
@@ -341,7 +341,7 @@ jobs:
build: npm run build
- name: Save build folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
if-no-files-found: error

0 comments on commit 14f9c04

Please sign in to comment.