Skip to content

Commit d93927c

Browse files
Merge pull request #82 from pycalendar/issue-70
Fix upload-artifact and download-artifact back to @v7
2 parents 95cb4df + 9160a91 commit d93927c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Test
121121
run: |
122122
tox -e ${{ matrix.config[1] }}
123-
- uses: actions/upload-artifact@v8
123+
- uses: actions/upload-artifact@v7
124124
with:
125125
name: dist-${{ matrix.config[1] }}-${{ matrix.config[2] }} # dist-exe-windows-latest
126126
path: dist
@@ -196,7 +196,7 @@ jobs:
196196
contents: write
197197
steps:
198198
- uses: actions/checkout@v6
199-
- uses: actions/download-artifact@v8
199+
- uses: actions/download-artifact@v7
200200
with:
201201
pattern: dist-*
202202
path: dist

0 commit comments

Comments
 (0)