Skip to content

Commit

Permalink
Update 'upload-artifact' to v4 and add Fedora 40 to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michael L. Young <[email protected]>
  • Loading branch information
elguero committed Apr 11, 2024
1 parent 28ba322 commit 9becafd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/buildcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container:
image: quay.io/rockylinux/rockylinux:9
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Specify Build Target
run: |
echo "SPECIFICTARGET=github-release" >> $GITHUB_ENV
Expand All @@ -32,6 +32,9 @@ jobs:
- os: fedora
version: 39
dockernamespace: quay.io/fedora/fedora
- os: fedora
version: 40
dockernamespace: quay.io/fedora/fedora
- os: centos
version: 7.9.2009
dockernamespace: quay.io/centos/centos
Expand All @@ -55,7 +58,7 @@ jobs:
dockernamespace: quay.io/almalinux/almalinux

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Specify Build Target
run: |
Expand All @@ -75,7 +78,7 @@ jobs:
image: quay.io/rockylinux/rockylinux:9
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test Mock Build From Spec
run: |
echo "Install Mock"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/mainbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- os: fedora
version: 39
dockernamespace: quay.io/fedora/fedora
- os: fedora
version: 40
dockernamespace: quay.io/fedora/fedora
- os: centos
version: 7.9.2009
dockernamespace: quay.io/centos/centos
Expand All @@ -41,7 +44,7 @@ jobs:
dockernamespace: quay.io/almalinux/almalinux

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Specify Build Target
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rawhidebuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dockernamespace: quay.io/fedora/fedora

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Specify Build Target
run: |
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- os: fedora
version: 39
dockernamespace: quay.io/fedora/fedora
- os: fedora
version: 40
dockernamespace: quay.io/fedora/fedora
- os: centos
version: 7.9.2009
dockernamespace: quay.io/centos/centos
Expand All @@ -42,7 +45,7 @@ jobs:
dockernamespace: quay.io/almalinux/almalinux

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get version
run: |
Expand Down Expand Up @@ -78,7 +81,7 @@ jobs:
- run: chown `id -u`:`id -g` -R .

- name: Upload RPM
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.version }}-displaylink-${{ env.VERSION }}-${{ env.RELEASE }}
path: ${{ matrix.os }}-${{ matrix.version }}-displaylink-${{ env.VERSION }}-${{ env.RELEASE }}.*.rpm
Expand Down

0 comments on commit 9becafd

Please sign in to comment.