Skip to content

Commit

Permalink
Use upload artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Nov 7, 2024
1 parent 70acf71 commit f2a92d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python post_analysis.py outputs_build
- name: Archive logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: docker_logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
oedisi run
python post_analysis.py
- name: Archive logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: test_logs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dopf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
oedisi run
python opf_analysis.py
- name: Archive logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: test_logs
Expand Down

0 comments on commit f2a92d1

Please sign in to comment.