Skip to content

Commit

Permalink
only change actually deprecated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
philgei committed Feb 18, 2025
1 parent 619a11c commit ea43408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: ${{ vars.WRITERSIDE_WORKFLOW_ARTIFACT }}
name: docs

- name: Unzip artifact
run: unzip -O UTF-8 -qq ${{ vars.WRITERSIDE_WORKFLOW_ARTIFACT }} -d dir
Expand All @@ -45,7 +45,7 @@ jobs:
uses: actions/configure-pages@v2

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v1
with:
path: dir

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ vars.WRITERSIDE_WORKFLOW_ARTIFACT }}
name: docs
path: |
artifacts/${{ vars.WRITERSIDE_WORKFLOW_ARTIFACT }}
retention-days: 7

0 comments on commit ea43408

Please sign in to comment.