Skip to content

Commit

Permalink
Update actions/* (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 authored Feb 20, 2024
1 parent 5ebf6db commit e20f5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: smoketest
run: |
Expand All @@ -20,7 +20,7 @@ jobs:
docker run --rm -v $GITHUB_WORKSPACE:/workspace -w /workspace tinygo/tinygo-dev /bin/sh -c "git config --global --add safe.directory /workspace && make test-gen-def && make smoketest"
- name: Upload uf2 files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: uf2-files
path: ./out/*.uf2

0 comments on commit e20f5b5

Please sign in to comment.