Merge pull request #109 from thewtex/dependabot/github_actions/actions/upload-artifact-7

Bump actions/upload-artifact from 4 to 7
This commit is contained in:
Matt McCormick 2026-05-13 16:06:48 -04:00 committed by GitHub
commit a5662eaca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
- name: "🗜️ compress"
run: cd build-${{ matrix.arch_name }} && find . -maxdepth 1 -name "tmux-mem-cpu-load*" -o -name "*.sha256" | XZ_OPT=-e9 tar -cJf tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz -T - && mv tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz ..
- name: "💾 save binaries"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: bin-artifact
path: tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz