Skip to content

Commit

Permalink
[CI] Do not upload RPM artifacts for CentOS 7
Browse files Browse the repository at this point in the history
The action to upload-artifact@v3 no longer works due to its
reliance on node16, which has just hit EOL and been removed.
Since upload-artifact@v4 also doesn't work on CentOS 7, the
only option to keep builds running is to not upload results.

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
  • Loading branch information
amadio committed Nov 26, 2024
1 parent ec9a8ba commit 104c93a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/RPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@ jobs:
- name: Run post-install tests
run: tests/post-install.sh

- name: Move RPMs to Artifact Directory
run: mkdir RPMS && mv $(rpm -E '%{_rpmdir}')/*/*.rpm RPMS/

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: centos7
path: RPMS
retention-days: 14

alma8:
name: Alma Linux 8
runs-on: ubuntu-latest
Expand Down

0 comments on commit 104c93a

Please sign in to comment.