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 89801c8 commit a7efc7cCopy full SHA for a7efc7c
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
run: python -m build
38
- name: Upload package as artifact to GitHub
39
if: github.repository == 'projectmesa/mesa-llm' && startsWith(github.ref, 'refs/tags')
40
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
41
with:
42
name: package
43
path: dist/
0 commit comments