Skip to content

Commit

Permalink
Merge pull request #1280 from CVEProject/dr_workflow_updates
Browse files Browse the repository at this point in the history
Update workflow to no longer use unsupported action/upload-artifact
  • Loading branch information
jdaigneau5 authored Sep 26, 2024
2 parents 416d2ab + 24ddb45 commit 8b4f507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
docker compose --file test-http/docker/docker-compose.yml exec -T demon pytest src/ | tee test-http/src/testOutput.txt
- name: Archive Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results
path: test-http/src/testOutput.txt
Expand Down

0 comments on commit 8b4f507

Please sign in to comment.