Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 526e95c

Browse files
committed
update workflows
for latest upload-artifact Committed via https://github.com/asottile/all-repos
1 parent 306b63b commit 526e95c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ on:
88

99
jobs:
1010
main-windows:
11-
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
11+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
1212
with:
1313
env: '["py39"]'
1414
os: windows-latest
1515
wheel-tags: true
1616
main-macos:
17-
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
17+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
1818
with:
1919
env: '["py39"]'
2020
os: macos-latest
2121
wheel-tags: true
2222
main-macos-intel:
23-
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
23+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
2424
with:
2525
env: '["py39"]'
2626
os: macos-13
2727
wheel-tags: true
2828
main-linux:
29-
uses: asottile/workflows/.github/workflows/tox.yml@v1.7.0
29+
uses: asottile/workflows/.github/workflows/tox.yml@v1.8.0
3030
with:
3131
env: '["py39", "py310", "py311"]'
3232
os: ubuntu-latest

0 commit comments

Comments
 (0)