We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63eb04e commit 4672f79Copy full SHA for 4672f79
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
steps:
26
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
# - uses: dtolnay/rust-toolchain@stable
29
# - name: Install zine
30
# run: cargo install zine
@@ -34,7 +34,7 @@ jobs:
34
tar xvf zine.tar.gz
35
./zine build
36
- name: Upload artifact
37
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-artifact@v4
38
with:
39
path: ./build
40
0 commit comments