Skip to content

Commit a550681

Browse files
committed
ci(rpm): switch to actions/upload-artifact@v4
1 parent dac9e28 commit a550681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Get artifact filename
5252
run: echo "ARTIFACT_NAME=$(ls rpm/)" >> $GITHUB_ENV
5353
- name: Upload the extracted RPM as artifact
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: "${{ env.ARTIFACT_NAME }}"
5757
path: rpm

0 commit comments

Comments
 (0)