Skip to content

Commit ba25a70

Browse files
Update GitHub Actions
1 parent e239390 commit ba25a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rpm-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
runs-on: ubuntu-latest
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v6
5252

5353
- name: Create Build Artifacts Directory
5454
run: mkdir BUILD_ARTIFACTS
5555

5656
- name: Download Build Artifact
5757
if: ${{ inputs.build_artifact }}
58-
uses: actions/download-artifact@v4
58+
uses: actions/download-artifact@v7
5959
with:
6060
name: ${{ inputs.build_artifact }}
6161
path: BUILD_ARTIFACTS
@@ -132,7 +132,7 @@ jobs:
132132
RPMFILE=$(find "$HOME/RPMS" -name "*.rpm")
133133
rpmsign --addsign "$RPMFILE"
134134
135-
- uses: actions/upload-artifact@v4
135+
- uses: actions/upload-artifact@v6
136136
with:
137137
name: ${{ inputs.rpm_artifact_name }}
138138
path: ${{ steps.sign_rpm.outputs.rpm_path }}

0 commit comments

Comments
 (0)