Skip to content

Commit 0a8d65e

Browse files
committed
Merge pull request #260 from CGAL/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 27080d9 + f76691d commit 0a8d65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
runs-on: ubuntu-latest
207207
needs: [sdist, build-and-test-wheels]
208208
steps:
209-
- uses: actions/download-artifact@v3
209+
- uses: actions/download-artifact@v4
210210
with:
211211
name: artifact
212212
path: dist

0 commit comments

Comments
 (0)