Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 2, 2024
1 parent ebc8272 commit 9139550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/operation-test-with-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
- ${{ inputs.port-mapping || format('{0}:{1}', inputs.port, inputs.port) }}

steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
fetch-depth: 1

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
echo "artifact-file=${{ env.artifact-file }}\n/test-output.log" >> "$GITHUB_ENV"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-reports
path: ${{ env.artifact-file }}

0 comments on commit 9139550

Please sign in to comment.