branch: externals/hotfuzz
commit 6236c30cfcc3dc16f99dbb396e0349527bdc44b0
Author: Axel Forsman <[email protected]>
Commit: Axel Forsman <[email protected]>

    Upgrade GitHub Actions actions
---
 .github/workflows/test.yml | 8 +++++---
 README.md                  | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e3cbee803b..508b4d8701 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,15 +10,17 @@ jobs:
         emacs_version: ['27.1', '28.1', 'snapshot']
     steps:
     - name: Set up Emacs
-      uses: purcell/setup-emacs@master
+      uses: purcell/[email protected]
       with:
         version: ${{ matrix.emacs_version }}
     - name: Install Eldev
       run: curl -fsSL 
https://raw.github.com/doublep/eldev/master/webinstall/github-eldev | sh
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: Run tests
       run: |
         eldev --trace --color=always compile --warnings-as-errors
         eldev --loading=built-source --trace --color=always test --undercover 
codecov,dontsend
     - name: Upload coverage
-      uses: codecov/codecov-action@v2
+      uses: codecov/codecov-action@v4
+      with:
+        token: ${{ secrets.CODECOV_TOKEN }}
diff --git a/README.md b/README.md
index 3297a6965c..ff09d2bd97 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # hotfuzz
 
 
[![test](https://github.com/axelf4/hotfuzz/actions/workflows/test.yml/badge.svg)](https://github.com/axelf4/hotfuzz/actions/workflows/test.yml)
-[![codecov](https://codecov.io/gh/axelf4/hotfuzz/branch/master/graph/badge.svg?token=OV1BqTB7QL)](https://codecov.io/gh/axelf4/hotfuzz)
+[![codecov](https://codecov.io/gh/axelf4/hotfuzz/graph/badge.svg?token=OV1BqTB7QL)](https://codecov.io/gh/axelf4/hotfuzz)
 
[![MELPA](https://melpa.org/packages/hotfuzz-badge.svg)](https://melpa.org/#/hotfuzz)
 
 This is a fuzzy Emacs completion style similar to the built-in `flex` style,

Reply via email to