]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
CI: update artifacts action
authorIker Pedrosa <ipedrosa@redhat.com>
Thu, 5 Dec 2024 11:39:33 +0000 (12:39 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 5 Dec 2024 13:31:23 +0000 (14:31 +0100)
v3 of upload-artifact actions is being deprecated, so let's move to v4.

Link: https://github.com/actions/upload-artifact
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
.github/workflows/runner.yml

index 1506e46c730d0cab11f041301476df3a4c9c44b5..f0fb5e25c2fd5fcc1bc80178c3197ba339dd75c5 100644 (file)
@@ -90,7 +90,7 @@ jobs:
 
     - name: Store artifacts
       if: always()
-      uses: actions/upload-artifact@v3
+      uses: actions/upload-artifact@v4
       with:
         name: ${{ matrix.os }}-build
         path: |