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 40827f4 commit 16fdeddCopy full SHA for 16fdedd
.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@v5.0.0
+ - uses: actions/upload-artifact@v6.0.0
124
with:
125
name: dist
126
path: dist
@@ -134,7 +134,7 @@ jobs:
134
uses: actions/setup-python@v6.1.0
135
136
python-version: '3.14'
137
- - uses: actions/download-artifact@v6.0.0
+ - uses: actions/download-artifact@v7.0.0
138
139
140
0 commit comments