Skip to content

Commit

Permalink
upgrade github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Jan 29, 2024
1 parent e3be2a8 commit a05edb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,23 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download armv7hl
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rpm-armv7hl
continue-on-error: true
- name: Download aarch64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rpm-aarch64
continue-on-error: true
- name: Download i486
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: rpm-i486
continue-on-error: true
- name: Extract Version Name
id: extract_name
uses: actions/github-script@v4
uses: actions/github-script@v7
with:
result-encoding: string
script: |
Expand Down

0 comments on commit a05edb7

Please sign in to comment.