]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
bump github action/{upload,download}-artifact
authorNick Porter <nick@portercomputing.co.uk>
Tue, 30 Apr 2024 08:36:12 +0000 (09:36 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 30 Apr 2024 08:36:12 +0000 (09:36 +0100)
Except for ci-rpm where centos-7 is too old for node > 16

.github/workflows/ci-deb.yml
.github/workflows/ci.yml

index 69fd40760eb3813fb45dd7547c7eda6e62cc4ded..131f9076651f56b8fdf0bd0d61838975167f0caa 100644 (file)
@@ -109,7 +109,7 @@ jobs:
       working-directory: freeradius
 
     - name: Store DEBs
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
         name: debs-${{ matrix.env.NAME }}
         path: debs
@@ -158,7 +158,7 @@ jobs:
     steps:
 
     - name: Load DEBs
-      uses: actions/download-artifact@v3
+      uses: actions/download-artifact@v4
       with:
         name: debs-${{ matrix.env.NAME }}
 
@@ -209,7 +209,7 @@ jobs:
 
     - name: Upload radius logs on failure
       if: ${{ failure() }}
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
         name: radius-logs-${{ matrix.env.NAME }}.tgz
         path: |
index 8b5e3a1abbd067d7d7792df478cfea28605931d3..caf9753562f7aa803e2032b7f231cd02f0703c7c 100644 (file)
@@ -290,7 +290,7 @@ jobs:
       if: ${{ matrix.env.CC == 'clang' }}
 
     - name: "Clang Static Analyzer: Store assets on failure"
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
         name: clang-scan.tgz
         path: build/plist/**/*.html
@@ -465,9 +465,9 @@ jobs:
         fetch-depth: 0
         lfs: false
         persist-credentials: false
-    #  Note: This also opportunistically updates the developer's branch with commits from 
+    #  Note: This also opportunistically updates the developer's branch with commits from
     #  the main repository.
-    #  This update may fail if the developer has pushed additional commits since the 
+    #  This update may fail if the developer has pushed additional commits since the
     #  workflow started.  This is normal, and we ignore the failure.
     - name: "Merge into upstream dev branch and update local branch"
       run: |