Skip to content

chore(deps): bump actions/download-artifact from 3 to 4 #66

chore(deps): bump actions/download-artifact from 3 to 4

chore(deps): bump actions/download-artifact from 3 to 4 #66

Workflow file for this run

name: rolling
permissions:
contents: read
on:
workflow_dispatch:
pull_request:
schedule: # Every two weeks 1st, and 15th
- cron: "0 0 1,15 * *"
jobs:
deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1