Skip to content

Commit

Permalink
update workflow to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimos committed Aug 8, 2024
1 parent 75f4354 commit bee56ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Use current kicad repo commit that triggered this build.
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -32,13 +32,13 @@ jobs:

# Update artifacts
- name: Upload Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.PROJECT_NAME }}-datapack
path: output

# - name: Upload Kibot Log File
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# if: always()
# with:
# name: logs
Expand Down

0 comments on commit bee56ff

Please sign in to comment.