We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fc008b + d4ee208 commit 6a310ddCopy full SHA for 6a310dd
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@v4
31
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
32
with:
33
name: workspace
34
path: .
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
86
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Install Hatch
128
run: pip install hatch
129
130
131
132
0 commit comments