Skip to content

Commit

Permalink
Merge pull request #17 from fmidev/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
mpartio authored Sep 4, 2024
2 parents 930e122 + 6e88646 commit b6aa565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rpmbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
if: always() && needs.build-rpms.outputs.trigger == 'yes'
steps:
- name: Retrieve saved rpms
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: rpm-files
- name: List rpms
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrieve saved rpms
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: rpm-files
- name: List rpms
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrieve saved rpms
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: rpm-files-rhel9
- name: List rpms
Expand Down

0 comments on commit b6aa565

Please sign in to comment.