Skip to content

Commit

Permalink
Merge pull request #500 from vmware/topic/okurth/fix-artifact-actions
Browse files Browse the repository at this point in the history
bump version of actions/upload-artifact to v4
  • Loading branch information
oliverkurth authored Sep 24, 2024
2 parents 066bd38 + 5a4f6ee commit a4aee1a
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 a4aee1a

Please sign in to comment.