Merge pull request #76 from thewtex/dependabot/github_actions/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
This commit is contained in:
Matt McCormick 2022-05-06 22:42:10 -04:00 committed by GitHub
commit 171917715d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ jobs:
- name: "🗜️ compress" - 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 .. 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" - name: "💾 save binaries"
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: bin-artifact name: bin-artifact
path: tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz path: tmux-mem-cpu-load-${{ matrix.arch_name }}.tar.xz