Skip to content

Update checkout & upload-artifact actions to v4 #18

Update checkout & upload-artifact actions to v4

Update checkout & upload-artifact actions to v4 #18

Workflow file for this run

name: Upload build
on:
pull_request:
jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Write commit_id.txt
run: echo ${{ github.sha }} > ./build/commit_id.txt
- name: Upload files
uses: actions/upload-artifact@v4
with:
name: 'build'
path: ./build