Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Dec 15, 2023
2 parents 6d25ed1 + 57be13c commit 476e5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
"bundle install && chmod 777 /srv/jekyll && bundle exec jekyll build --future ${{ env.XARGS }}"
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Built Site
path: ${{ github.workspace }}/_site/
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
echo "SITE_DIR=sebsscholarship.org" >> $GITHUB_ENV
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Built Site
path: _site/
Expand Down

0 comments on commit 476e5e9

Please sign in to comment.