Sadra Yahyapour
Results
32
issues of
Sadra Yahyapour
### What happened? This is my upload artifact step: ```yml - name: Upload badges as artifact uses: actions/upload-artifact@v3 with: path: .pypi_chart/${{ matrix.package }}_badge.svg ``` and this is my download artifact...
bug
ref: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-a-notice-message
enhancement