Browse Source

Update GitHub Actions used version.

Miku AuahDark 1 year ago
parent
commit
76d92e7b94
1 changed files with 8 additions and 8 deletions
  1. 8 8
      .github/workflows/build.yml

+ 8 - 8
.github/workflows/build.yml

@@ -9,9 +9,9 @@ jobs:
       MACOSX_DEPLOYMENT_TARGET: "10.9"
       MACOSX_DEPLOYMENT_TARGET: "10.9"
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Download LuaJIT
       - name: Download LuaJIT
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
         with:
           repository: LuaJIT/LuaJIT
           repository: LuaJIT/LuaJIT
           ref: v2.1
           ref: v2.1
@@ -41,7 +41,7 @@ jobs:
         run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
         run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
       - name: Artifact
       - name: Artifact
         if: always()
         if: always()
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
         with:
           name: https-macos.zip
           name: https-macos.zip
           path: build/src/**/https.so
           path: build/src/**/https.so
@@ -67,7 +67,7 @@ jobs:
           artifact: 1
           artifact: 1
     steps:
     steps:
       - name: Checkout
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Update APT Repository
       - name: Update APT Repository
         run: sudo apt-get update
         run: sudo apt-get update
       - name: Install Dependencies
       - name: Install Dependencies
@@ -86,7 +86,7 @@ jobs:
         run: luajit -l "https" ../example/test.lua
         run: luajit -l "https" ../example/test.lua
       - name: Artifact
       - name: Artifact
         if: matrix.mode.artifact == 1
         if: matrix.mode.artifact == 1
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
         with:
           name: https-ubuntu.zip
           name: https-ubuntu.zip
           path: install/https.so
           path: install/https.so
@@ -103,9 +103,9 @@ jobs:
         shell: cmd
         shell: cmd
     steps:
     steps:
     - name: Checkout
     - name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
     - name: Download LuaJIT
     - name: Download LuaJIT
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
       with:
         repository: LuaJIT/LuaJIT
         repository: LuaJIT/LuaJIT
         ref: v2.1
         ref: v2.1
@@ -126,7 +126,7 @@ jobs:
       run: ..\LuaJIT\src\luajit ..\example\test.lua
       run: ..\LuaJIT\src\luajit ..\example\test.lua
     - name: Artifact
     - name: Artifact
       if: always()
       if: always()
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
       with:
         name: https-windows-${{ matrix.arch }}.zip
         name: https-windows-${{ matrix.arch }}.zip
         path: install/https.dll
         path: install/https.dll