Skip to content

build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
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
14 changes: 7 additions & 7 deletions .github/workflows/packing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
tarantool-version: '2.11'

- name: Download pip package artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pip_dist
path: pip_dist
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
run: python3 .github/scripts/remove_source_code.py

- name: Download pip package artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pip_dist
path: pip_dist
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
run: pip3 install twine

- name: Download pip package artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: pip_dist
path: pip_dist
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
dnf install -y tarantool tarantool-devel

- name: Download RPM artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: rpm_dist_${{ matrix.target.os }}_${{ matrix.target.dist }}
path: rpm_dist
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
run: sudo apt install -y curl make

- name: Download RPM artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: rpm_dist_${{ matrix.target.os }}_${{ matrix.target.dist }}
path: rpm_dist
Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
DEBIAN_FRONTEND: noninteractive

- name: Download deb artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: deb_dist
path: deb_dist
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
run: sudo apt install -y curl make

- name: Download deb artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: deb_dist
path: deb_dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
repository: ${{ github.repository_owner }}/tarantool-python

- name: Download the tarantool build artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4.1.7
with:
name: ${{ inputs.artifact_name }}

Expand Down
Loading