Skip to content

Commit

Permalink
CI: Fix download/upload
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Oct 26, 2024
1 parent 07a46a7 commit 74f0cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: build website
run: ./dockerenv-github.sh ./pack.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: pack.zip
Expand All @@ -36,7 +36,7 @@ jobs:
- name: build website
run: env DOCKER_TAG=bleeding-edge ./dockerenv-github.sh ./pack.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site-for-verification
path: pack.zip
Expand Down

0 comments on commit 74f0cb5

Please sign in to comment.