diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 7f3923f1..bd434051 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -146,7 +146,7 @@ jobs: twine-token: ${{ secrets.PYANSYS_PYPI_PRIVATE_PAT }} - name: "Download the library artifacts from build-library step" - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 with: name: ${{ env.LIBRARY_NAME }}-artifacts path: ${{ env.LIBRARY_NAME }}-artifacts diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 14d26828..0d3790ec 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -16,7 +16,7 @@ jobs: name: Syncer runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}