MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update action

+1 -1
+1 -1
.github/workflows/build.yml
··· 51 51 if: ${{ !cancelled() && needs.build.result != 'skipped' }} 52 52 steps: 53 53 - name: Download version artifacts 54 - uses: actions/download-artifact@v4 54 + uses: actions/download-artifact@v5 55 55 with: 56 56 pattern: version-* 57 57 path: versions