Skip to content

Bump versions of Github actions to versions using Node 20 (#4116) #4

Bump versions of Github actions to versions using Node 20 (#4116)

Bump versions of Github actions to versions using Node 20 (#4116) #4

name: Generate Chisel Scala CLI Example
on:
release:
types: [created]
workflow_dispatch:
jobs:
generate_scala_cli_example:
name: Generate Scala CLI Example
runs-on: ubuntu-latest
steps:
<<<<<<< HEAD

Check failure on line 14 in .github/workflows/scala-cli-example.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scala-cli-example.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- name: Checkout
uses: actions/checkout@v3
# Need to fetch full history for deriving version
with:
fetch-depth: 0
- name: Build and Test Scala-CLI Example
uses: ./.github/workflows/build-scala-cli-example
- name: Upload Example
uses: actions/upload-artifact@v3
=======
- name: Download Generated CLI Example
uses: actions/download-artifact@v4
>>>>>>> 99aa9f1e4 (Bump versions of Github actions to versions using Node 20 (#4116))
with:
name: chisel-example.scala
path: chisel-example.scala
retention-days: 7
- name: Upload To Release Page
if: github.event_name == 'release'
uses: softprops/action-gh-release@v2.0.5
with:
files: chisel-example.scala