Skip to content

Commit

Permalink
Merge pull request #107 from QCoDeS/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4.4.1

Bump actions/upload-artifact from 4.4.0 to 4.4.1
  • Loading branch information
jenshnielsen authored Oct 8, 2024
2 parents 4968a75 + 4cd2bef commit 09fd451
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 @@ -91,7 +91,7 @@ jobs:
./make.bat html
if: runner.os == 'Windows'
- name: Upload build docs
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.4.1
with:
name: docs_${{ matrix.python-version }}_${{ matrix.os }}
path: ${{ github.workspace }}/docs/_build/html
Expand Down

0 comments on commit 09fd451

Please sign in to comment.