ci: update github actions to v3
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 25 Oct 2022 09:03:01 +0000 (11:03 +0200)
committerNick Hainke <vincent@systemli.org>
Wed, 22 Feb 2023 23:55:48 +0000 (00:55 +0100)
Update checkout and upload-artifact action to v3 to mute nodejs
deprecation warning.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 52570d4242822e3db678f5484c2ca3e72f485d52)

.github/workflows/formal.yml
.github/workflows/multi-arch-test-build.yml

index 25609174e8ae6f9dee01640924d2ae26be440d83..b3f824c524c4d3e619c7634f8d62cfd1a071edcc 100644 (file)
@@ -11,7 +11,7 @@ jobs:
       fail-fast: false
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           ref: ${{ github.event.pull_request.head.sha }}
           fetch-depth: 0
index 7ee4ee939e50c8b226e00fdcac4e5480a9a01128..0627f15e92ec6e706f026543b62fede009c2dc97 100644 (file)
@@ -48,7 +48,7 @@ jobs:
             runtime_test: true
 
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           fetch-depth: 0
 
@@ -92,13 +92,13 @@ jobs:
         run: cp bin/packages/${{ matrix.arch }}/packages_ci/*.ipk . || true
 
       - name: Store packages
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3
         with:
           name: ${{ matrix.arch}}-packages
           path: "*.ipk"
 
       - name: Store logs
-        uses: actions/upload-artifact@v2
+        uses: actions/upload-artifact@v3
         with:
           name: ${{ matrix.arch}}-logs
           path: logs/