Skip to content

Commit

Permalink
Merge pull request #11 from probe-rs/update-actions
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
korken89 authored Nov 12, 2023
2 parents fcaec21 + d2b81c8 commit d552377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
generate_outputs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: gitmarker
run: "for i in *.kicad_pcb; do git rev-parse --short HEAD | xargs -I % sed -i 's/{GITHASH}/%/g' $i; done" # add git marker
- uses: INTI-CMNB/KiBot@v2_k7
Expand All @@ -30,7 +30,7 @@ jobs:
# optional - prefix to output defined in config
dir: output
- name: upload results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: output
path: output

0 comments on commit d552377

Please sign in to comment.