Skip to content

Storage for Actions and Packages limit reached with self-hosted runner #25988

Answered by akoskm
akoskm asked this question in Actions
Discussion options

You must be logged in to vote

My bad, I just realized we used the actions/upload-artifact@v2 to upload these artifacts that we never actually used:

    - name: Upload server bundle
      uses: actions/upload-artifact@v2
      with:
        name: dist-server
        path: dist-server/
- name: Upload client bundle
  uses: actions/upload-artifact@v2
  with:
    name: dist
    path: dist/

I think this ate our storage package. 🤦‍♂️

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Product Feedback
2 participants