Skip to content

Commit 9735ac3

Browse files
committed
Update actions/upload-artifact version to v3.1.2 in GitHub Actions workflow for improved stability.
1 parent dfe8713 commit 9735ac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Debug Build Output
3636
run: ls -la ./_site
3737
- name: Upload artifact
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v3.1.2
3939
with:
4040
name: pages-artifact
4141
path: ./_site

0 commit comments

Comments
 (0)