Skip to content

Bump actions/upload-artifact from 4.4.3 to 4.5.0 #802

Bump actions/upload-artifact from 4.4.3 to 4.5.0

Bump actions/upload-artifact from 4.4.3 to 4.5.0 #802

Workflow file for this run

name: Keep the repo alive
on:
schedule:
- cron: "22 12 */3 * *"
push:
pull_request:
fork:
status:
issues:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
jobs:
keep-alive:
name: Keep the repo alive
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
timeout-minutes: 5
- uses: gautamkrishnar/keepalive-workflow@v2
timeout-minutes: 5
with:
use_api: false
committer_username: ${{ github.repository_owner }}
committer_email: ${{ github.repository_owner }}@users.noreply.github.com