Skip to content

Commit

Permalink
Merge pull request #240 from siefkenj/ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
siefkenj authored Mar 28, 2024
2 parents cfbdfad + 1de0107 commit 94ded0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

steps:
- name: Download website artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: website
path: website
Expand All @@ -152,7 +152,7 @@ jobs:
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: "./website"

Expand Down

0 comments on commit 94ded0d

Please sign in to comment.