Skip to content

Commit

Permalink
Upgrade GitHub actions now CentOS 7 is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
ndptech committed Dec 4, 2024
1 parent bfc4ac9 commit f0fe859
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
dnf install -y git-core
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: freeradius

Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
mv freeradius/rpmbuild/RPMS/x86_64/*.rpm rpms/
- name: Restore eapol_test build directory from cache
uses: actions/cache@v3
uses: actions/cache@v4
id: hostapd-cache
with:
path: ${{ env.HOSTAPD_BUILD_DIR }}
Expand All @@ -149,7 +149,7 @@ jobs:
working-directory: freeradius

- name: Store RPMs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: rpms-${{ matrix.env.NAME }}
path: rpms
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
dnf install -y procps-ng
- name: Load RPMs
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rpms-${{ matrix.env.NAME }}

Expand All @@ -251,7 +251,7 @@ jobs:
mv eapol_test /usr/local/bin
chmod +x /usr/local/bin/eapol_test
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: freeradius

Expand All @@ -264,7 +264,7 @@ jobs:

- name: Upload radius logs on failure
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: radius-logs-${{ matrix.env.NAME }}.tgz
path: |
Expand Down

0 comments on commit f0fe859

Please sign in to comment.