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 #265

Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Prepare sbuild environment
run: sudo ./debian/setup_sbuild.sh ${{ matrix.dist }} ${{ env.BUILD_ARCH }}
- name: Get source package
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: source-${{ matrix.dist }}
- name: Build binary package
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
container: ${{ matrix.image }}
steps:
- name: Get binary packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
- name: Install packages
run: |
apt-get update
Expand All @@ -130,7 +130,7 @@ jobs:
env:
APT_SIGNING_KEY: ${{ secrets.APT_SIGNING_KEY }}
- name: Get binary packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
Loading