Skip to content

Commit

Permalink
ci: Upgrade to {upload,download}-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jan 23, 2025
1 parent e3a5a7b commit 41c6f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build
run: bundle exec jekyll build
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: _site/*
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install cloudflare-cli
run: npm install -g cloudflare-cli
- name: Download site
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: site
path: _site/
Expand Down

0 comments on commit 41c6f86

Please sign in to comment.