From e292c18b130264c7beb05c501366ede4cac0e50b Mon Sep 17 00:00:00 2001 From: J-E Castagnede Date: Mon, 18 Nov 2024 12:53:30 +0100 Subject: [PATCH] update CI --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 646c99a..8299d35 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Archive package artifact if: ${{ matrix.version != 'docker' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: debian-${{ matrix.distro }} path: | @@ -127,7 +127,7 @@ jobs: runs-on: ubuntu-${{ matrix.version }} needs: [ build ] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 if: ${{ matrix.distro != 'docker' }} with: name: debian-${{ matrix.distro }} @@ -210,17 +210,17 @@ jobs: - uses: actions/checkout@v4 - name: Download 24.04 debian artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: debian-noble - name: Download 22.04 debian artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: debian-jammy - name: Download 20.04 debian artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: debian-focal