We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742e33a commit 342136dCopy full SHA for 342136d
.github/workflows/artifacts.yml
@@ -21,7 +21,7 @@ jobs:
21
sudo rpm --install "$(find rpm/RPMS -name '*.rpm' -type f -print -quit)"
22
find rpm -name '*.rpm' -type f -exec cp {} . \;
23
- name: upload-rpm
24
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
25
with:
26
name: rpm
27
path: '*.rpm'
@@ -31,7 +31,7 @@ jobs:
31
needs: rpm
32
steps:
33
- name: download-artifacts
34
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
35
36
37
- name: release
0 commit comments