Skip to content

Commit

Permalink
ci: Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-One committed Mar 11, 2024
1 parent 9699ee0 commit 64b5e44
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout Source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

steps:
- name: Checkout Source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

Expand All @@ -67,7 +67,7 @@ jobs:
run: ctest

- name: Create libtmj Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macos-latest-clang-libtmj-master
path: lib/*
Expand All @@ -82,7 +82,7 @@ jobs:

steps:
- name: Checkout Source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
run: sudo apt-get install -y graphviz doxygen libjansson-dev zlib1g-dev libzstd-dev

- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Configure CMake
run: cmake -DCMAKE_BUILD_TYPE=Release -DLIBTMJ_DOCS=ON -DLIBTMJ_ZSTD=ON -DLIBTMJ_ZLIB=ON .
Expand All @@ -133,9 +133,9 @@ jobs:
run: cmake --build .

- name: Create Docs Artifact
uses: actions/upload-pages-artifact@v1.0.4
uses: actions/upload-pages-artifact@v3
with:
path: docs/html/

- name: Publish Documentation
uses: actions/deploy-pages@v1.2.2
uses: actions/deploy-pages@v4

0 comments on commit 64b5e44

Please sign in to comment.