Skip to content

Update lastVersion.txt #286

Update lastVersion.txt

Update lastVersion.txt #286

#author: https://github.com/marketplace/actions/purge-artifacts
name: 'Delete old artifacts'
on: [push]
jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 10 minutes # Setting this to 0 will delete all artifacts