Skip to content

Commit

Permalink
Merge pull request #5594 from QCoDeS/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.0.0

Bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
jenshnielsen authored Dec 15, 2023
2 parents b0ef240 + ed26c1a commit 605d9bb
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@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: docs_${{ matrix.python-version }}_${{ matrix.os }}
path: ${{ github.workspace }}/docs/_build/html
Expand Down

0 comments on commit 605d9bb

Please sign in to comment.