Skip to content

Commit

Permalink
Update more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yoohaemin committed Nov 24, 2024
1 parent 9c72444 commit 44c0cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: tar cf targets.tar target ziotest/.jvm/target ziotest/.js/target core/.js/target scalacheck/.jvm/target fetch/.jvm/target cats/.jvm/target core/.jvm/target cats/.js/target zquery/.js/target zquery/.jvm/target scalacheck/.js/target project/target

- name: Upload target directories
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
path: targets.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: mv vuepress/docs/.vuepress/dist ./_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

# Deployment job
deploy:
Expand Down

0 comments on commit 44c0cd0

Please sign in to comment.