Skip to content

Commit f3e1ae3

Browse files
authored
Up actions/upload-artifact 3 -> 4 (#8)
1 parent 9c095ba commit f3e1ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
type: zip
2727
filename: docs_${{ env.DATE }}.zip
2828
directory: build
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: docs_${{ env.DATE }}
3232
path: build/docs_${{ env.DATE }}.zip

0 commit comments

Comments
 (0)