Skip to content

Commit

Permalink
Update soon to be deprecated CI actions [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Apr 4, 2024
1 parent 0e43280 commit f563a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Get tag name
if: startswith( github.ref, 'refs/tags/')
Expand All @@ -30,7 +30,7 @@ jobs:
echo "GITHUB_TAGNAME=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand All @@ -47,7 +47,7 @@ jobs:

- name: Create Epub Artifact
if: "contains(github.event.head_commit.message, '[deploy]')"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pageedit-guide
path: ./*.epub
Expand Down

0 comments on commit f563a8d

Please sign in to comment.