Skip to content

Commit

Permalink
Update test-ph3-lab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramk20 authored Jan 7, 2024
1 parent bd1644c commit 60a9d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-ph3-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "code=$code"
- name: Upload ph3 lab artifact
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
with:
name: test-lab
path: './build'
Expand All @@ -62,7 +62,7 @@ jobs:

steps:
- name: Download ph3 lab artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: test-lab
path: ./test-lab
Expand Down

0 comments on commit 60a9d18

Please sign in to comment.