Skip to content

Commit

Permalink
Merge pull request #553 from PyFstat/update-examples-action
Browse files Browse the repository at this point in the history
Update action versions in run_examples.yml
  • Loading branch information
dbkeitel authored Jun 28, 2024
2 parents 8fafe65 + dc5cf2d commit b666996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install package and chainconsumer
Expand All @@ -24,7 +24,7 @@ jobs:
run: |
python $GITHUB_WORKSPACE/examples/run_all_examples.py
- name: Save output files as artifacts (*.sft files excluded!)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "examples-${{ github.sha }}"
path: |
Expand Down

0 comments on commit b666996

Please sign in to comment.