ci: bump checkout/upload-artifact to v4
authorTianling Shen <cnsztl@immortalwrt.org>
Mon, 29 Jan 2024 05:55:04 +0000 (13:55 +0800)
committerPaul Spooren <mail@aparcar.org>
Mon, 29 Jan 2024 08:40:40 +0000 (09:40 +0100)
Fix Node.js 16 deprecation warning.
Ref: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
.github/workflows/check-autorelease-deprecation.yml
.github/workflows/formal.yml
.github/workflows/multi-arch-test-build.yml

index b85b3243f3bab6d179beee79f45b22a19dbc545b..c01c97d7ee11cb588e79ab58113dc558c60aae22 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       pull-requests: write
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
index 693befa062aed3996a70c2558981272bbef07847..0d64f6e26d400c8184630c6918f3bf62643bba25 100644 (file)
@@ -11,7 +11,7 @@ jobs:
       fail-fast: false
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
index 396bd190d9b035504c4485bd7cb1839a02b7eac5..00c59164ff01d7374e949c4d07fc42764308e905 100644 (file)
@@ -56,7 +56,7 @@ jobs:
             runtime_test: true
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           fetch-depth: 0
 
@@ -153,7 +153,7 @@ jobs:
 
       - name: Store packages
         if: always()
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: ${{env.ARCHIVE_NAME}}-packages
           path: |
@@ -164,7 +164,7 @@ jobs:
 
       - name: Store logs
         if: always()
-        uses: actions/upload-artifact@v3
+        uses: actions/upload-artifact@v4
         with:
           name: ${{env.ARCHIVE_NAME}}-logs
           path: |