|
19 | 19 |
|
20 | 20 | steps: |
21 | 21 | - name: Download test results |
22 | | - uses: actions/download-artifact@v4 |
| 22 | + uses: actions/download-artifact@v6 |
23 | 23 | with: |
24 | 24 | pattern: test-results-* |
25 | 25 | path: all-test-results |
@@ -67,13 +67,13 @@ jobs: |
67 | 67 | echo "Found PR: #$PR_NUMBER" |
68 | 68 |
|
69 | 69 | - name: Checkout code |
70 | | - uses: actions/checkout@v4 |
| 70 | + uses: actions/checkout@v6 |
71 | 71 | with: |
72 | 72 | ref: ${{ github.event.workflow_run.head_sha }} |
73 | 73 | fetch-depth: 0 |
74 | 74 |
|
75 | 75 | - name: Set up Python 3.14 |
76 | | - uses: actions/setup-python@v5 |
| 76 | + uses: actions/setup-python@v6 |
77 | 77 | with: |
78 | 78 | python-version: '3.14' |
79 | 79 |
|
@@ -127,13 +127,13 @@ jobs: |
127 | 127 | if: steps.changed_plots.outputs.has_plots == 'true' |
128 | 128 | id: gcs_auth |
129 | 129 | continue-on-error: true |
130 | | - uses: google-github-actions/auth@v2 |
| 130 | + uses: google-github-actions/auth@v3 |
131 | 131 | with: |
132 | 132 | credentials_json: ${{ secrets.GCS_CREDENTIALS }} |
133 | 133 |
|
134 | 134 | - name: Setup gcloud CLI |
135 | 135 | if: steps.changed_plots.outputs.has_plots == 'true' && steps.gcs_auth.outcome == 'success' |
136 | | - uses: google-github-actions/setup-gcloud@v2 |
| 136 | + uses: google-github-actions/setup-gcloud@v3 |
137 | 137 |
|
138 | 138 | - name: Generate timestamp |
139 | 139 | id: timestamp |
@@ -315,7 +315,7 @@ jobs: |
315 | 315 |
|
316 | 316 | - name: Upload metadata artifact |
317 | 317 | if: steps.changed_plots.outputs.has_plots == 'true' |
318 | | - uses: actions/upload-artifact@v4 |
| 318 | + uses: actions/upload-artifact@v5 |
319 | 319 | with: |
320 | 320 | name: plot-metadata |
321 | 321 | path: | |
|
0 commit comments