Skip to content

Commit 458995c

Browse files
committed
Update upload-artifact action to version 6 in build-test workflow
1 parent 5feaf56 commit 458995c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload test results for site generation
9494
if: success() && github.ref == 'refs/heads/main'
95-
uses: actions/upload-artifact@v4
95+
uses: actions/upload-artifact@v6
9696
with:
9797
name: test-results-for-site
9898
path: |

0 commit comments

Comments
 (0)