Skip to content

Commit

Permalink
Merge branch 'master' into fix-sequence-constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Oct 11, 2024
2 parents 9c9a722 + 067b424 commit b11c59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ jobs:
echo "GITHUB_WORKSPACE=${{ github.workspace }}" >> $GITHUB_ENV
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
- uses: actions/download-artifact@v4.1.8
- uses: actions/download-artifact@v3.0.2
with:
path: ${{ runner.workspace }}/artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
echo "GITHUB_WORKSPACE=${{ github.workspace }}" >> $GITHUB_ENV
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
- uses: actions/download-artifact@v4.1.8
- uses: actions/download-artifact@v3.0.2
with:
path: ${{ runner.workspace }}/artifacts

Expand Down

0 comments on commit b11c59a

Please sign in to comment.