diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5999ad9..8696bda 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -72,7 +72,7 @@ jobs: run: strip --strip-all target/${{ matrix.target }}/release/pretty-exec - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pretty-exec-${{ matrix.target }} path: target/${{ matrix.target }}/release/pretty-exec @@ -105,7 +105,7 @@ jobs: run: strip target/${{ matrix.target }}/release/pretty-exec - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pretty-exec-${{ matrix.target }} path: target/${{ matrix.target }}/release/pretty-exec @@ -136,7 +136,7 @@ jobs: run: cargo build --target ${{ matrix.target }} --release - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pretty-exec-${{ matrix.target }} path: target/${{ matrix.target }}/release/pretty-exec.exe @@ -328,7 +328,7 @@ jobs: run: ./ci/github-actions/create-checksums.sh - name: Upload as artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: checksums path: sha*sum.txt