Skip to content

Commit

Permalink
Update upload/download artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ast committed Dec 15, 2023
1 parent f2336f4 commit 77b5b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Download Build Artifact
if: ${{ inputs.build_artifact }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.build_artifact }}
path: BUILD_ARTIFACTS
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
RPMFILE=$(find "$HOME/RPMS" -name "*.rpm")
rpmsign --addsign "$RPMFILE"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.rpm_artifact_name }}
path: ${{ steps.sign_rpm.outputs.rpm_path }}

0 comments on commit 77b5b55

Please sign in to comment.