Skip to content

Commit 350a0e4

Browse files
Update GitHub Artifact Actions (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b0ef88 commit 350a0e4

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
@@ -114,7 +114,7 @@ jobs:
114114
- name: Test
115115
run: |
116116
tox -e ${{ matrix.config[1] }}
117-
- uses: actions/upload-artifact@v6
117+
- uses: actions/upload-artifact@v7
118118
with:
119119
name: dist-${{ matrix.config[1] }}-${{ matrix.config[2] }} # dist-exe-windows-latest
120120
path: dist
@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ubuntu-latest
189189
steps:
190190
- uses: actions/checkout@v6
191-
- uses: actions/download-artifact@v7
191+
- uses: actions/download-artifact@v8
192192
with:
193193
pattern: dist-*
194194
path: dist

0 commit comments

Comments
 (0)