Skip to content

Commit f433be8

Browse files
authored
Merge pull request #194 from twisted/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 5e7cb30 + 470b8cb commit f433be8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232

33-
- uses: actions/download-artifact@v7
33+
- uses: actions/download-artifact@v8
3434
with:
3535
name: dist
3636
path: dist/

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
python -m pip install --upgrade pip tox
7575
76-
- uses: actions/download-artifact@v7
76+
- uses: actions/download-artifact@v8
7777
with:
7878
name: dist
7979
path: dist/
@@ -124,7 +124,7 @@ jobs:
124124
python -m pip install --upgrade coverage[toml] diff_cover
125125
126126
- name: Download coverage reports
127-
uses: actions/download-artifact@v7
127+
uses: actions/download-artifact@v8
128128
with:
129129
pattern: coverage-*
130130
merge-multiple: true

0 commit comments

Comments
 (0)