Skip to content

Commit

Permalink
Upgrade to github actions v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jan 27, 2024
1 parent fc3c855 commit d4709b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
continue-on-error: ${{ matrix.branch == 'version-1-6' || matrix.branch == 'devel' }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Restore Nim DLLs dependencies (Windows) from cache
if: runner.os == 'Windows'
id: windows-dlls-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: external/dlls-${{ matrix.target.cpu }}
key: 'dlls-${{ matrix.target.cpu }}'
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

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

Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
kill $server
- name: Upload Autobahn result
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: autobahn-report
path: ./autobahn/reports
Expand All @@ -279,7 +279,7 @@ jobs:

steps:
- name: Download Autobahn reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: autobahn-report
path: ./autobahn_reports
Expand Down

0 comments on commit d4709b6

Please sign in to comment.