Skip to content

Commit

Permalink
Merge pull request #2 from ykim-1/fix/go-test-multiplatform_workflow
Browse files Browse the repository at this point in the history
oops wrong version
  • Loading branch information
ykim-akamai authored Nov 27, 2023
2 parents 7727651 + fdad540 commit b62a066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test-multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
cat "$report_filename"
- name: Upload test report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: test-reports
path: ${{ github.workspace }}/${timestamp}_packer_test_report.xml
Expand All @@ -107,7 +107,7 @@ jobs:

# Download the artifact generated by the 'linux-go-tests' job
- name: Download test report
uses: actions/download-artifact@v4
uses: actions/download-artifact@v2
with:
name: test-reports

Expand Down

0 comments on commit b62a066

Please sign in to comment.