Skip to content

Commit

Permalink
[CI] Use upload-artifact@v4 in CentOS 7 RPM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Nov 26, 2024
1 parent ec9a8ba commit 58680f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: mkdir RPMS && mv $(rpm -E '%{_rpmdir}')/*/*.rpm RPMS/

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: centos7
path: RPMS
Expand Down

0 comments on commit 58680f4

Please sign in to comment.