Skip to content

Commit

Permalink
ci: update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Dec 17, 2024
1 parent 4c35c03 commit d1e1462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tdnf-rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
docker run --rm -e DIST -v$(pwd):/build -w/build ${DIST}/tdnf-build ./ci/build-rpms.sh
- name: upload RPMs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tdnf-rpms
path: rpms

0 comments on commit d1e1462

Please sign in to comment.