Skip to content

Commit eb621f0

Browse files
committed
Fix to use api version in artifact naming
1 parent b2d197a commit eb621f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/AdvancedStateAndSideEffectsCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
if: always()
107107
uses: actions/upload-artifact@v4
108108
with:
109-
name: test-reports-${{ matrix.version }}
109+
name: test-reports-${{ matrix.api-level }}
110110
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/MigrationCodelab.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
if: always()
107107
uses: actions/upload-artifact@v4
108108
with:
109-
name: test-reports-${{ matrix.version }}
109+
name: test-reports-${{ matrix.api-level }}
110110
path: ${{ env.SAMPLE_PATH }}/app/build/reports

0 commit comments

Comments
 (0)