Skip to content

Commit 0b084d6

Browse files
authored
Update CI
1 parent e486a10 commit 0b084d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: CI
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
env:
89
FORCE_COLOR: 2
@@ -13,7 +14,7 @@ jobs:
1314

1415
steps:
1516
- name: Clone repository
16-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1718
with:
1819
submodules: true
1920
# We need to get all git revisions for `git describe` to work
@@ -43,7 +44,7 @@ jobs:
4344
shell: bash
4445

4546
- name: Upload binary
46-
uses: actions/upload-artifact@v2
47+
uses: actions/upload-artifact@v3
4748
with:
4849
name: "jpegoptim-${{ env.JPEGOPTIM_VER }}"
4950
path: dist/

0 commit comments

Comments
 (0)