We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e486a10 commit 0b084d6Copy full SHA for 0b084d6
1 file changed
.github/workflows/ci.yml
@@ -3,6 +3,7 @@ name: CI
3
on:
4
push:
5
pull_request:
6
+ workflow_dispatch:
7
8
env:
9
FORCE_COLOR: 2
@@ -13,7 +14,7 @@ jobs:
13
14
15
steps:
16
- name: Clone repository
- uses: actions/checkout@v2
17
+ uses: actions/checkout@v3
18
with:
19
submodules: true
20
# We need to get all git revisions for `git describe` to work
@@ -43,7 +44,7 @@ jobs:
43
44
shell: bash
45
46
- name: Upload binary
- uses: actions/upload-artifact@v2
47
+ uses: actions/upload-artifact@v3
48
49
name: "jpegoptim-${{ env.JPEGOPTIM_VER }}"
50
path: dist/
0 commit comments