Skip to content

Commit

Permalink
update github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
copdips committed Jan 21, 2024
1 parent 5a5a4da commit eb3d8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
- name: cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.github_workflow_full_path}}-${{ env.os_version }}-${{ env.python_full_version }}-${{ env.node_major_version}}-${{ hashFiles('requirements.txt') }}
Expand Down Expand Up @@ -89,12 +89,12 @@ jobs:
# done

- name: Upload to GitHub Pages
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: site

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

# - name: Save build cache
# uses: actions/cache/save@v3
Expand Down

0 comments on commit eb3d8af

Please sign in to comment.