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.
1 parent 0f5655c commit adbc833Copy full SHA for adbc833
.github/workflows/test.yml
@@ -122,7 +122,7 @@ jobs:
122
pip install -r requirements-test.txt
123
- name: Build package
124
run: python -m build -o dist/
125
- - uses: actions/upload-artifact@v4.6.2
+ - uses: actions/upload-artifact@v5.0.0
126
with:
127
name: dist
128
path: dist
@@ -136,7 +136,7 @@ jobs:
136
uses: actions/setup-python@v6.0.0
137
138
python-version: '3.14'
139
- - uses: actions/download-artifact@v5.0.0
+ - uses: actions/download-artifact@v6.0.0
140
141
142
0 commit comments