Skip to content

Commit

Permalink
Bump CI checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
koliyo committed Jul 2, 2024
1 parent 451a809 commit 7779172
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
submodules: 'true'

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:


- name: Upload Hylo LSP artifacts (${{ inputs.build-type }})
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hylo-lsp-artifacts-linux
path: |
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# https://github.com/apple/swift-package-manager/issues/6595" && false) )

- name: Upload Hylo LSP artifacts (${{ inputs.build-type }})
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hylo-lsp-artifacts-mac
path: |
Expand Down Expand Up @@ -214,14 +214,14 @@ jobs:
# xcopy $BUILD_DIR artifacts /I

- name: Upload Swift artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hylo-lsp-artifacts-windows
path: |
C:\Program Files\Swift\runtime-development\usr\bin
- name: Upload Hylo LSP artifacts (${{ inputs.build-type }})
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: hylo-lsp-artifacts-windows
path: |
Expand Down

0 comments on commit 7779172

Please sign in to comment.