Skip to content

Commit

Permalink
Download artifacts using the same action version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Oct 13, 2024
1 parent a64fd7b commit c03fb44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-20.04
container: getpagespeed/rpmbuilder:centos-8
steps:
- name: Download a single artifact
- name: Download brotli.spec artifact
uses: actions/download-artifact@v3
with:
name: brotli.spec
Expand All @@ -109,8 +109,8 @@ jobs:
runs-on: ubuntu-20.04
container: getpagespeed/rpmbuilder:centos-8
steps:
- name: Download a single artifact
uses: actions/download-artifact@v4.1.7
- name: Download nginx-module-immutable.spec artifact
uses: actions/download-artifact@v3
with:
name: nginx-module-immutable.spec
- name: Build updated spec
Expand Down

0 comments on commit c03fb44

Please sign in to comment.