Skip to content

Commit 1667ea8

Browse files
committed
fix: add README badges and bump upload-artifact
Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>
1 parent d7d3595 commit 1667ea8

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: go build -v -o bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }} .
8686

8787
- name: Upload artifact
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: git-context-${{ matrix.os }}
9191
path: bin/git-context${{ matrix.os == 'windows-latest' && '.exe' || '' }}

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
A powerful command-line tool for managing multiple Git configuration profiles. Seamlessly switch between different Git identities (work, personal, school, etc.) with a single command.
44

5-
![Go Version](https://img.shields.io/github/go-mod/go-version/techquestsdev/git-context?logo=go&logoColor=white)
6-
[![codecov](https://codecov.io/gh/techquestsdev/git-context/branch/main/graph/badge.svg)](https://codecov.io/gh/techquestsdev/git-context)
7-
![License](https://img.shields.io/github/license/techquestsdev/git-context)
5+
![Go Version](https://img.shields.io/github/go-mod/go-version/techquestsdev/git-switch?logo=go&logoColor=white)
6+
![Build Status](https://github.com/techquestsdev/git-switch/workflows/CI/badge.svg)
7+
[![codecov](https://codecov.io/gh/techquestsdev/git-switch/branch/main/graph/badge.svg)](https://codecov.io/gh/techquestsdev/git-switch)
8+
![License](https://img.shields.io/github/license/techquestsdev/git-switch)
9+
![Latest Release](https://img.shields.io/github/v/release/techquestsdev/git-switch?include_prereleases)
810

911
## ✨ Features
1012

0 commit comments

Comments
 (0)