Skip to content

Commit

Permalink
ci(rpm): switch to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
haatveit committed Feb 11, 2025
1 parent dac9e28 commit a550681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Get artifact filename
run: echo "ARTIFACT_NAME=$(ls rpm/)" >> $GITHUB_ENV
- name: Upload the extracted RPM as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "${{ env.ARTIFACT_NAME }}"
path: rpm
Expand Down

0 comments on commit a550681

Please sign in to comment.