Skip to content

Commit

Permalink
Update action versions (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 29, 2024
1 parent 21c8e34 commit 11aef30
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ant-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ jobs:
#
name: "mac clang CMake"
runs-on: macos-13
#if: false
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ jobs:
#
name: "mac clang CMake"
runs-on: macos-13
#if: false
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run clang-format style check for Java code
uses: DoozyX/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
path: ${{ github.workspace }}

- name: Get published binary (MacOS)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tgz-osx-binary
path: ${{ github.workspace }}
Expand All @@ -115,7 +115,7 @@ jobs:
path: ${{ github.workspace }}

- name: Get published app binary (MacOS)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: tgz-osx-app-binary
path: ${{ github.workspace }}
Expand Down

0 comments on commit 11aef30

Please sign in to comment.