Skip to content

Commit

Permalink
bump version of actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth committed Oct 15, 2024
1 parent b325663 commit d5ed33c
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 @@ -22,7 +22,7 @@ jobs:
run: |
docker run --rm -v$(pwd)/rpms:/rpms ${DIST} /bin/sh -c 'tdnf -y --repofrompath=tdnf,/rpms install tdnf-pytests && pytest /usr/share/tdnf/pytests/'
- name: upload RPMs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tdnf-rpms
path: rpms

0 comments on commit d5ed33c

Please sign in to comment.