Skip to content

Commit

Permalink
github-actions(deps): bump actions/download-artifact from 3 to 4 (Pri…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent f062be4 commit a73ab28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pnl-ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
ref: gh-pages

- name: Download branch docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Documentation-head-${{ matrix.os }}-${{ matrix.python-version }}-x64
path: _built_docs/${{ github.ref }}
Expand All @@ -185,7 +185,7 @@ jobs:
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/devel' || github.ref == 'refs/heads/docs'

- name: Download main docs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Documentation-head-${{ matrix.os }}-${{ matrix.python-version }}-x64
# This overwrites files in current directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

steps:
- name: Download dist files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Python-dist-files
path: dist/
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:

steps:
- name: Download dist files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Python-dist-files
path: dist/
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:

steps:
- name: Download dist files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Python-dist-files
path: dist/
Expand Down

0 comments on commit a73ab28

Please sign in to comment.