We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b38047 commit cb09624Copy full SHA for cb09624
.github/workflows/test.yml
@@ -120,7 +120,7 @@ jobs:
120
pip install -r requirements-test.txt
121
- name: Build package
122
run: python -m build -o dist/
123
- - uses: actions/upload-artifact@v6.0.0
+ - uses: actions/upload-artifact@v7.0.0
124
with:
125
name: dist
126
path: dist
@@ -134,7 +134,7 @@ jobs:
134
uses: actions/setup-python@v6.2.0
135
136
python-version: '3.14'
137
- - uses: actions/download-artifact@v7.0.0
+ - uses: actions/download-artifact@v8.0.0
138
139
140
0 commit comments