Skip to content

Commit 4672f79

Browse files
committed
Update build workflow
1 parent 63eb04e commit 4672f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
# - uses: dtolnay/rust-toolchain@stable
2929
# - name: Install zine
3030
# run: cargo install zine
@@ -34,7 +34,7 @@ jobs:
3434
tar xvf zine.tar.gz
3535
./zine build
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v1
37+
uses: actions/upload-artifact@v4
3838
with:
3939
path: ./build
4040

0 commit comments

Comments
 (0)