Skip to content

Commit

Permalink
Update action.yml (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jun 9, 2024
1 parent 8012f56 commit 4184ae0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
description: 'Python version'
type: string
required: false
default: '3.10'
default: '3.11'
source-folder:
description: 'Source folder'
type: string
Expand All @@ -34,7 +34,7 @@ runs:
steps:
- uses: cvxgrp/.github/actions/setup-environment@main
with:
python-version: ${{ inputs.python-version || '3.10' }}
python-version: ${{ inputs.python-version || '3.11' }}

- name: OS
shell: bash
Expand Down Expand Up @@ -75,9 +75,8 @@ runs:
- name: Archive tests results
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v3 # @v4
uses: actions/upload-artifact@v4
with:
name: tests
name: tests_${{ inputs.python-version || '3.11' }}
path: artifacts/tests
#merge-multiple: true
retention-days: 1

0 comments on commit 4184ae0

Please sign in to comment.