We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f841bb commit 0da7b9aCopy full SHA for 0da7b9a
.github/workflows/publish-release.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Release
87
run: |
88
make release
89
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
90
with:
91
name: delphi_utils
92
path: _delphi_utils_python/dist/*.tar.gz
0 commit comments