Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd_night.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
persist-credentials: false

- name: "Download wheelhouse into static path"
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
path: "doc/source/_static/wheelhouse"
pattern: "*-wheelhouse-*"
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
"export BUILD_API=true BUILD_EXAMPLES=true && tox -e doc-links,doc-html"

- name: "Upload combined artifacts"
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
path: doc/_build/html
name: documentation-html
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:

- name: "Upload ${{ env.ANSYS_STK }} coverage results"
if: ${{ matrix.python == env.MINIMUM_PYTHON_VERSION }}
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
path: .cov/${ANSYS_STK}-coverage
name: ${ANSYS_STK}-coverage
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
python-version: ${{ env.MAIN_PYTHON_VERSION }}

- name: "Download wheelhouse into static path"
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
path: "doc/source/_static/wheelhouse"
pattern: "*-wheelhouse-*"
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
run: cp gh-pages/version/dev/_static/search.json doc/_build/html/_static/search.json

- name: "Upload HTML documentation artifacts"
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
path: doc/_build/html
name: documentation-html
Expand Down Expand Up @@ -567,7 +567,7 @@ jobs:

- name: "Upload ${{ env.ANSYS_STK }} coverage results"
if: ${{ matrix.python == env.MINIMUM_PYTHON_VERSION }}
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
path: .cov/${{ env.ANSYS_STK }}-coverage
name: ${{ env.ANSYS_STK }}-coverage
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
persist-credentials: false

- name: "Download wheelhouse into static path"
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
path: "doc/source/_static/wheelhouse"
pattern: "*-wheelhouse-*"
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
"export BUILD_API=true BUILD_EXAMPLES=true && tox -e doc-links,doc-html"

- name: "Upload HTML documentation artifacts"
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
path: doc/_build/html
name: documentation-html
Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:

- name: "Upload ${{ env.ANSYS_STK }} coverage results"
if: ${{ matrix.python == env.MINIMUM_PYTHON_VERSION }}
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with:
path: .cov/${{ env.ANSYS_STK }}-coverage
name: ${{ env.ANSYS_STK }}-coverage
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
steps:

- name: "Download the library artifacts from build-library step"
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
with:
name: ${{ env.ANSYS_STK }}-artifacts
path: ${{ env.ANSYS_STK }}-artifacts
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/970.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the actions group across 1 directory with 2 updates
Loading