You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeekyEggo/[email protected] is unable to delete artifacts uploaded by actions/upload-artifact@v4. See how this workflow run triggered by pushing a tag (to my forked repo) ended with 7, rather than 4 artifacts.
In muzimuzhi/hello-github-actions#24 I tried other possibilities to delete artifacts, including adapting GeekyEggo/delete-artifact (no luck) and making use of GitHub REST APIs (succeeded in two ways, but cumbersome).
It seems setting retention-days: 1 for actions/upload-artifact@v4 is the shortest short-term workaround.
The text was updated successfully, but these errors were encountered:
GeekyEggo/[email protected]
is unable to delete artifacts uploaded byactions/upload-artifact@v4
. See how this workflow run triggered by pushing a tag (to my forked repo) ended with 7, rather than 4 artifacts.I've raised issue GeekyEggo/delete-artifact#14.
In muzimuzhi/hello-github-actions#24 I tried other possibilities to delete artifacts, including adapting
GeekyEggo/delete-artifact
(no luck) and making use of GitHub REST APIs (succeeded in two ways, but cumbersome).It seems setting
retention-days: 1
foractions/upload-artifact@v4
is the shortest short-term workaround.The text was updated successfully, but these errors were encountered: