Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent e1b77f6 commit ca7e329
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet_nugets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca7e329

Please sign in to comment.