Skip to content

Commit b6a6d7e

Browse files
authored
Merge pull request #429 from grafuls/development
Fix CI
2 parents 796d5e3 + 86f3223 commit b6a6d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/source-tarball.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cd rpm && make tarball
1717
1818
- name: Upload artifact
19-
uses: actions/upload-artifact@v2
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: source-tarball
22-
path: python3-badfish-*.tar.gz
22+
path: rpm/python3-badfish-*.tar.gz

0 commit comments

Comments
 (0)