Skip to content

Commit

Permalink
Fix mismatched versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Aug 2, 2024
1 parent 6ce4444 commit 1f1e968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: '20.x'
- name: Write Artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
uses: actions/upload-artifact@v4
with:
name: build-output
path: ./site
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Download Artifact
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4
with:
name: build-output
path:
Expand Down

0 comments on commit 1f1e968

Please sign in to comment.