Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/delete-artifacts-of-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
mkdir site
echo "This is a preview site for <b>PR #${PR_NUMBER}</b>" > site/file1.html
echo "This is a another preview site for <b>PR #${PR_NUMBER}</b>" > site/file2.html
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: artifact-1
path: site/file1.html
if-no-files-found: error
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: artifact-2
path: site/file2.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-documentation-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build documentation
uses: ./.github/actions/build-documentation
- name: Upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: documentation-${{github.sha}}
path: build/docs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set ARTIFACT_NAME
run: echo "ARTIFACT_NAME=demo-${{github.sha}}" >> $GITHUB_ENV
- name: Upload Demo
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ env.ARTIFACT_NAME }}
path: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/surge-pr-fork-01-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sed -i "s/@PR_NUMBER@/${PR_NUMBER}/g" site/index.html

- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: pr-build-dist # must be kept in sync with the artifact name downloaded in the deploy stage
path: site/