Skip to content

Commit a19c50e

Browse files
committed
Specify artifact action version.
1 parent 0df35cd commit a19c50e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Deploy
22

33
on:
4+
workflow_dispatch:
45
workflow_run:
56
workflows: ['Tests']
67
types:
@@ -37,7 +38,7 @@ jobs:
3738
--exclude=.github \
3839
.
3940
- name: Upload artefact
40-
uses: actions/upload-artifact@main
41+
uses: actions/upload-artifact@v3.1.3
4142
with:
4243
name: github-pages
4344
path: ${{ runner.temp }}/build.tar

0 commit comments

Comments
 (0)