Skip to content

Commit

Permalink
Update GitHub Actions used version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Jun 11, 2024
1 parent d0de6e2 commit 76d92e7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: "10.9"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download LuaJIT
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: LuaJIT/LuaJIT
ref: v2.1
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
- name: Artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: https-macos.zip
path: build/src/**/https.so
Expand All @@ -67,7 +67,7 @@ jobs:
artifact: 1
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update APT Repository
run: sudo apt-get update
- name: Install Dependencies
Expand All @@ -86,7 +86,7 @@ jobs:
run: luajit -l "https" ../example/test.lua
- name: Artifact
if: matrix.mode.artifact == 1
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: https-ubuntu.zip
path: install/https.so
Expand All @@ -103,9 +103,9 @@ jobs:
shell: cmd
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download LuaJIT
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: LuaJIT/LuaJIT
ref: v2.1
Expand All @@ -126,7 +126,7 @@ jobs:
run: ..\LuaJIT\src\luajit ..\example\test.lua
- name: Artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: https-windows-${{ matrix.arch }}.zip
path: install/https.dll

0 comments on commit 76d92e7

Please sign in to comment.