diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 6da8307b1..ce632a4a8 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -71,11 +71,11 @@ jobs: if: github.event_name == 'release' run: echo "FOLDER_NAME=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV - name: Download c++ Docs - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: cxx_docs - name: Download Python Docs - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: python_docs - uses: actions/checkout@v1 diff --git a/.github/workflows/build_nuget.yml b/.github/workflows/build_nuget.yml index 4644be064..f95d1272c 100644 --- a/.github/workflows/build_nuget.yml +++ b/.github/workflows/build_nuget.yml @@ -132,7 +132,7 @@ jobs: echo "version=$version" >> $GITHUB_OUTPUT # Download and install nuget - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.7 with: name: RLClientLibNativeStatic-${{ matrix.toolset }}-${{ matrix.build_type }}-x64.${{ steps.get_version.outputs.version }}.nupkg path: downloaded_nugets diff --git a/.github/workflows/build_python_wheels.yml b/.github/workflows/build_python_wheels.yml index 410fcaa0d..e9cb3ddfd 100644 --- a/.github/workflows/build_python_wheels.yml +++ b/.github/workflows/build_python_wheels.yml @@ -53,7 +53,7 @@ jobs: with: submodules: recursive - name: Download Wheel - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: wheel_${{ matrix.config.version }} - name: Test wheel diff --git a/.github/workflows/dotnet_nugets.yml b/.github/workflows/dotnet_nugets.yml index 323f4257a..9d4e1b542 100644 --- a/.github/workflows/dotnet_nugets.yml +++ b/.github/workflows/dotnet_nugets.yml @@ -144,7 +144,7 @@ jobs: echo "Generated version number: $version" echo "RL_NUGET_VERSION=$GENERATED_VERSION" >> $GITHUB_ENV - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: artifacts path: artifacts @@ -178,7 +178,7 @@ jobs: GENERATED_VERSION=$(./.scripts/version_number.py) echo "Generated version number: $version" echo "RL_NUGET_VERSION=$GENERATED_VERSION" >> $GITHUB_ENV - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: dist path: dist diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6516724a2..86173940a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,7 +50,7 @@ jobs: with: submodules: recursive - name: Download Wheel - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: wheel_${{ matrix.config.version }} - name: Install dependencies