Skip to content

Commit d6659b3

Browse files
authored
Update less-is-more.yml (#4)
1 parent 8e66a47 commit d6659b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/less-is-more.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
python setup.py sdist bdist_wheel
3030
3131
- name: Less is more - tar.gz artifact
32-
uses: caponetto/less-is-more@v0.0.7
32+
uses: caponetto/less-is-more@v1
3333
with:
3434
released_artifact_name: bhc*.tar.gz
3535
artifact_path: dist/bhc*.tar.gz
3636
max_increase_percentage: 10
3737
github_token: ${{ secrets.BASIC_TOKEN }}
3838

3939
- name: Less is more - whl artifact
40-
uses: caponetto/less-is-more@v0.0.7
40+
uses: caponetto/less-is-more@v1
4141
with:
4242
released_artifact_name: bhc*.whl
4343
artifact_path: dist/bhc*.whl

0 commit comments

Comments
 (0)