Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2022
1 parent 12236a9 commit ae678c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: checkout repo (only required because of deploy step) # https://github.com/JamesIves/github-pages-deploy-action/issues/335
uses: actions/checkout@v3
- name: Download a Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: doc-build
- name: Deploy pdfs
Expand All @@ -137,7 +137,7 @@ jobs:
ssh-private-key: ${{ secrets.HISTORY_DEPLOY_KEY }}
if: github.ref == 'refs/heads/master' && ( github.event_name == 'push' || github.event_name == 'schedule' )
- name: Download a Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: doc-build
- name: Deploy pdfs to history repo
Expand Down

0 comments on commit ae678c9

Please sign in to comment.