Skip to content

Commit

Permalink
Bump workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
koliyo committed Aug 10, 2024
1 parent 0d8fc50 commit 2b82541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'

- name: Download hylo-lsp-artifacts-mac
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: hylo-lsp-artifacts-mac
path: hylo-lsp-mac-x64

- name: Download hylo-lsp-artifacts-linux
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: hylo-lsp-artifacts-linux
path: hylo-lsp-linux-x64

- name: Download hylo-lsp-artifacts-windows
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: hylo-lsp-artifacts-windows
path: hylo-lsp-windows-x64
Expand Down

0 comments on commit 2b82541

Please sign in to comment.