Skip to content

Commit 342136d

Browse files
update up/download-artifact@v3 -> 4
1 parent 742e33a commit 342136d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
sudo rpm --install "$(find rpm/RPMS -name '*.rpm' -type f -print -quit)"
2222
find rpm -name '*.rpm' -type f -exec cp {} . \;
2323
- name: upload-rpm
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: rpm
2727
path: '*.rpm'
@@ -31,7 +31,7 @@ jobs:
3131
needs: rpm
3232
steps:
3333
- name: download-artifacts
34-
uses: actions/download-artifact@v3
34+
uses: actions/download-artifact@v4
3535
with:
3636
name: rpm
3737
- name: release

0 commit comments

Comments
 (0)