Skip to content

Commit

Permalink
Specify artifact action version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbs committed Jan 14, 2024
1 parent 0df35cd commit a19c50e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy

on:
workflow_dispatch:
workflow_run:
workflows: ['Tests']
types:
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
--exclude=.github \
.
- name: Upload artefact
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v3.1.3
with:
name: github-pages
path: ${{ runner.temp }}/build.tar
Expand Down

0 comments on commit a19c50e

Please sign in to comment.