]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Update checkout and upload actions.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 7 Nov 2022 22:21:10 +0000 (09:21 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 7 Nov 2022 23:29:32 +0000 (10:29 +1100)
Update actions/checkout and actions/upload-artifact to main branch for
compatibility with node.js v16.

.github/workflows/c-cpp.yml
.github/workflows/cifuzz.yml
.github/workflows/selfhosted.yml
.github/workflows/upstream.yml

index 3d55f84559183b2915e0f276d82c30db6276f16e..e1fbcdb8a096e42972bf6a98bcb3bddf338e5eeb 100644 (file)
@@ -88,7 +88,7 @@ jobs:
     - name: install cygwin
       if: ${{ startsWith(matrix.os, 'windows') }}
       uses: cygwin/cygwin-install-action@master
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@main
     - name: setup CI system
       run: sh ./.github/setup_ci.sh ${{ matrix.configs }}
     - name: autoreconf
@@ -96,7 +96,7 @@ jobs:
     - name: configure
       run: sh ./.github/configure.sh ${{ matrix.configs }}
     - name: save config
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@main
       with:
         name: ${{ matrix.os }}-${{ matrix.configs }}-config
         path: config.h
@@ -111,7 +111,7 @@ jobs:
         TEST_SSH_HOSTBASED_AUTH: yes
     - name: save logs
       if: failure()
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@main
       with:
         name: ${{ matrix.os }}-${{ matrix.configs }}-logs
         path: |
index 829e682f87c380301374eaf3bcfb8af4835525ac..7ca8c4719b61f40f2503ef8f346faf44f383bc58 100644 (file)
@@ -25,7 +25,7 @@ jobs:
         dry-run: false
         language: c++
     - name: Upload Crash
-      uses: actions/upload-artifact@v1
+      uses: actions/upload-artifact@main
       if: failure() && steps.build.outcome == 'success'
       with:
         name: artifacts
index 2c03d148d5044e328c4e871642717ff3c03c87e4..f761f5bfbc6df3c8b6d43760303199702808355e 100644 (file)
@@ -74,7 +74,7 @@ jobs:
     steps:
     - name: shutdown VM if running
       run: vmshutdown
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@main
     - name: autoreconf
       run: autoreconf
     - name: startup VM
@@ -82,7 +82,7 @@ jobs:
     - name: configure
       run: vmrun ./.github/configure.sh ${{ matrix.configs }}
     - name: save config
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@main
       with:
         name: ${{ matrix.os }}-${{ matrix.configs }}-config
         path: config.h
@@ -95,7 +95,7 @@ jobs:
       timeout-minutes: 600
     - name: save logs
       if: failure()
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@main
       with:
         name: ${{ matrix.os }}-${{ matrix.configs }}-logs
         path: |
index 8a28468d0074704a47f87912a8ec0a1342198b5d..46672d6fc191cbe1c5142b576646e18f493b36a1 100644 (file)
@@ -17,7 +17,7 @@ jobs:
         os: [ obsdsnap, obsdsnap-i386 ]
         configs: [ default, without-openssl, ubsan ]
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@main
     - name: shutdown VM if running
       run: vmshutdown
     - name: startup VM
@@ -37,7 +37,7 @@ jobs:
       timeout-minutes: 300
     - name: save logs
       if: failure()
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@main
       with:
         name: ${{ matrix.os }}-${{ matrix.configs }}-logs
         path: |