Skip to content

Commit

Permalink
Merge pull request microsoft#5644 from microsoft/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/upload-artifact-4.1.0

Bump actions/upload-artifact from 4.0.0 to 4.1.0
  • Loading branch information
jenshnielsen authored Jan 15, 2024
2 parents 7f025be + 3b850b5 commit 19f83e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
./make.bat html
if: runner.os == 'Windows'
- name: Upload build docs
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: docs_${{ matrix.python-version }}_${{ matrix.os }}
path: ${{ github.workspace }}/docs/_build/html
Expand Down

0 comments on commit 19f83e3

Please sign in to comment.