diff --git a/.github/workflows/operation-test-with-jupyter.yml b/.github/workflows/operation-test-with-jupyter.yml index 41ebb65..47d7156 100644 --- a/.github/workflows/operation-test-with-jupyter.yml +++ b/.github/workflows/operation-test-with-jupyter.yml @@ -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 @@ -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 }}