Skip to content
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

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
TARBALL: "dqsegdb-*.tar.*"
steps:
- name: Download tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: tarball

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
DSC: "dqsegdb_*.dsc"
steps:
- name: Download source package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: dsc-${{ matrix.debian }}

Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
container: igwn/base:${{ matrix.debian }}
steps:
- name: Download binary packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: deb-${{ matrix.debian }}

Expand All @@ -202,7 +202,7 @@ jobs:
- debian-binary
steps:
- name: Download debian package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: deb-buster

Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
TARBALL: "dqsegdb-*.tar.*"
steps:
- name: Download tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: tarball

Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
SRPM: "python-dqsegdb-*.src.rpm"
steps:
- name: Download SRPM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: srpm-${{ matrix.el }}

Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
container: igwn/base:${{ matrix.el }}
steps:
- name: Download RPMs
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: rpm-${{ matrix.el }}

Expand All @@ -391,7 +391,7 @@ jobs:
- rhel-binary
steps:
- name: Download RPM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: rpm-el7-testing

Expand Down
Loading