diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50e40b0..2799fab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Build package run: cargo deb --target ${{ matrix.build.target }} - name: Archive artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: ${{ matrix.build.rust == 'stable' }} with: name: stableartifacts-${{ matrix.build.os }}-${{ matrix.build.target }}