We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e6b2a commit 50f0459Copy full SHA for 50f0459
.github/workflows/ci-sage.yml
@@ -73,7 +73,7 @@ jobs:
73
&& echo "sage-package create ${{ env.SPKG }} --pypi --source normal --type standard; sage-package create ${{ env.SPKG }} --version git --tarball ${{ env.SPKG }}-git.tar.gz --type=standard" > upstream/update-pkgs.sh \
74
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
75
&& ls -l upstream/
76
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
77
with:
78
path: upstream
79
name: upstream
0 commit comments