Skip to content

Commit 50f0459

Browse files
Avasamabravalheri
authored andcommitted
Update .github/workflows/ci-sage.yml
1 parent c9e6b2a commit 50f0459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-sage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
&& 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 \
7474
&& if [ -n "${{ env.REMOVE_PATCHES }}" ]; then echo "(cd ../build/pkgs/${{ env.SPKG }}/patches && rm -f ${{ env.REMOVE_PATCHES }}; :)" >> upstream/update-pkgs.sh; fi \
7575
&& ls -l upstream/
76-
- uses: actions/upload-artifact@v4
76+
- uses: actions/upload-artifact@v3
7777
with:
7878
path: upstream
7979
name: upstream

0 commit comments

Comments
 (0)