Skip to content

Bump actions/upload-artifact from 4 to 5 #360

Bump actions/upload-artifact from 4 to 5

Bump actions/upload-artifact from 4 to 5 #360

Workflow file for this run

name: PR/main branch CI
on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
APP_SLUG: replicated-sdk-e2e
jobs:
validate:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: dagger/dagger-for-github@v8.2.0
env:
OP_SERVICE_ACCOUNT: ${{ secrets.OP_SERVICE_ACCOUNT }}
with:
version: "0.18.14"
verb: call
args: validate --progress=plain --op-service-account=env:OP_SERVICE_ACCOUNT
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}