Skip to content

Commit

Permalink
Merge branch 'devel' of ssh://ssh.github.com:443/ansible/receptor int…
Browse files Browse the repository at this point in the history
…o add_certreqwithkey_test
  • Loading branch information
thom-at-redhat committed Mar 1, 2024
2 parents d05d528 + 1124453 commit f0415c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ jobs:
run: find /tmp/receptor-testing -name controlsock -delete

- name: Artifact receptor data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: test-logs
path: /tmp/receptor-testing

- name: Archive receptor binary
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: receptor
path: /usr/local/bin/receptor
Expand All @@ -119,7 +119,7 @@ jobs:
fetch-depth: 0

- name: Download receptor
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: receptor
path: /usr/local/bin/
Expand Down

0 comments on commit f0415c5

Please sign in to comment.