Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbn committed Jul 11, 2024
1 parent 15858ca commit 86aa237
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: main
- name: Run benchmarks
Expand All @@ -23,7 +23,7 @@ jobs:
cd main && \
source run.zsh && \
gnuplot -e "zsh_version = 'zsh $ZSH_VERSION'" -c plot-graph
- uses: actions/checkout@v2
- uses: actions/checkout@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
repository: zimfw/zimfw.github.io
Expand All @@ -39,8 +39,10 @@ jobs:
git add images/results.svg && \
git commit -m "Update images/results.svg" && \
git push
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
path: |
main/results/*.log
main/results/results.csv
main/results.svg

0 comments on commit 86aa237

Please sign in to comment.