@@ -845,11 +845,12 @@ class CreateArtifactRequest$Type extends runtime_5.MessageType {
845
845
{ no: 2, name: "workflow_job_run_backend_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
846
846
{ no: 3, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
847
847
{ no: 4, name: "expires_at", kind: "message", T: () => timestamp_1.Timestamp },
848
- { no: 5, name: "version", kind: "scalar", T: 5 /*ScalarType.INT32*/ }
848
+ { no: 5, name: "version", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
849
+ { no: 6, name: "run_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
849
850
]);
850
851
}
851
852
create(value) {
852
- const message = { workflowRunBackendId: "", workflowJobRunBackendId: "", name: "", version: 0 };
853
+ const message = { runId: "", workflowRunBackendId: "", workflowJobRunBackendId: "", name: "", version: 0 };
853
854
globalThis.Object.defineProperty(message, runtime_4.MESSAGE_TYPE, { enumerable: false, value: this });
854
855
if (value !== undefined)
855
856
(0, runtime_3.reflectionMergePartial)(this, message, value);
@@ -978,10 +979,11 @@ class FinalizeArtifactRequest$Type extends runtime_5.MessageType {
978
979
{ no: 5, name: "hash", kind: "message", T: () => wrappers_2.StringValue },
979
980
{ no: 6, name: "etag", kind: "scalar", T: 9 },
980
981
{ no: 6, name: "upload_id", kind: "scalar", T: 9 },
982
+ { no: 8, name: "run_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
981
983
]);
982
984
}
983
985
create(value) {
984
- const message = { workflowRunBackendId: "", workflowJobRunBackendId: "", name: "", size: "0", etag: "", uploadId: "" };
986
+ const message = { runId: "", workflowRunBackendId: "", workflowJobRunBackendId: "", name: "", size: "0", etag: "", uploadId: "" };
985
987
globalThis.Object.defineProperty(message, runtime_4.MESSAGE_TYPE, { enumerable: false, value: this });
986
988
if (value !== undefined)
987
989
(0, runtime_3.reflectionMergePartial)(this, message, value);
@@ -1106,11 +1108,12 @@ class ListArtifactsRequest$Type extends runtime_5.MessageType {
1106
1108
{ no: 1, name: "workflow_run_backend_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1107
1109
{ no: 2, name: "workflow_job_run_backend_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1108
1110
{ no: 3, name: "name_filter", kind: "message", T: () => wrappers_2.StringValue },
1109
- { no: 4, name: "id_filter", kind: "message", T: () => wrappers_1.Int64Value }
1111
+ { no: 4, name: "id_filter", kind: "message", T: () => wrappers_1.Int64Value },
1112
+ { no: 5, name: "run_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1110
1113
]);
1111
1114
}
1112
1115
create(value) {
1113
- const message = { workflowRunBackendId: "", workflowJobRunBackendId: "" };
1116
+ const message = { runId: "", workflowRunBackendId: "", workflowJobRunBackendId: "" };
1114
1117
globalThis.Object.defineProperty(message, runtime_4.MESSAGE_TYPE, { enumerable: false, value: this });
1115
1118
if (value !== undefined)
1116
1119
(0, runtime_3.reflectionMergePartial)(this, message, value);
@@ -1223,11 +1226,12 @@ class ListArtifactsResponse_MonolithArtifact$Type extends runtime_5.MessageType
1223
1226
{ no: 3, name: "database_id", kind: "scalar", T: 3 /*ScalarType.INT64*/ },
1224
1227
{ no: 4, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1225
1228
{ no: 5, name: "size", kind: "scalar", T: 3 /*ScalarType.INT64*/ },
1226
- { no: 6, name: "created_at", kind: "message", T: () => timestamp_1.Timestamp }
1229
+ { no: 6, name: "created_at", kind: "message", T: () => timestamp_1.Timestamp },
1230
+ { no: 7, name: "run_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1227
1231
]);
1228
1232
}
1229
1233
create(value) {
1230
- const message = { workflowRunBackendId: "", workflowJobRunBackendId: "", databaseId: "0", name: "", size: "0" };
1234
+ const message = { runId: "", workflowRunBackendId: "", workflowJobRunBackendId: "", databaseId: "0", name: "", size: "0" };
1231
1235
globalThis.Object.defineProperty(message, runtime_4.MESSAGE_TYPE, { enumerable: false, value: this });
1232
1236
if (value !== undefined)
1233
1237
(0, runtime_3.reflectionMergePartial)(this, message, value);
@@ -1302,11 +1306,12 @@ class GetSignedArtifactURLRequest$Type extends runtime_5.MessageType {
1302
1306
super("github.actions.results.api.v1.GetSignedArtifactURLRequest", [
1303
1307
{ no: 1, name: "workflow_run_backend_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1304
1308
{ no: 2, name: "workflow_job_run_backend_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1305
- { no: 3, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
1309
+ { no: 3, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1310
+ { no: 4, name: "run_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1306
1311
]);
1307
1312
}
1308
1313
create(value) {
1309
- const message = { workflowRunBackendId: "", workflowJobRunBackendId: "", name: "" };
1314
+ const message = { runId: "", workflowRunBackendId: "", workflowJobRunBackendId: "", name: "" };
1310
1315
globalThis.Object.defineProperty(message, runtime_4.MESSAGE_TYPE, { enumerable: false, value: this });
1311
1316
if (value !== undefined)
1312
1317
(0, runtime_3.reflectionMergePartial)(this, message, value);
@@ -1410,11 +1415,12 @@ class DeleteArtifactRequest$Type extends runtime_5.MessageType {
1410
1415
super("github.actions.results.api.v1.DeleteArtifactRequest", [
1411
1416
{ no: 1, name: "workflow_run_backend_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1412
1417
{ no: 2, name: "workflow_job_run_backend_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1413
- { no: 3, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
1418
+ { no: 3, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1419
+ { no: 4, name: "run_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
1414
1420
]);
1415
1421
}
1416
1422
create(value) {
1417
- const message = { workflowRunBackendId: "", workflowJobRunBackendId: "", name: "" };
1423
+ const message = { runId: "", workflowRunBackendId: "", workflowJobRunBackendId: "", name: "" };
1418
1424
globalThis.Object.defineProperty(message, runtime_4.MESSAGE_TYPE, { enumerable: false, value: this });
1419
1425
if (value !== undefined)
1420
1426
(0, runtime_3.reflectionMergePartial)(this, message, value);
@@ -2257,8 +2263,9 @@ exports.deleteArtifactPublic = deleteArtifactPublic;
2257
2263
function deleteArtifactInternal(artifactName) {
2258
2264
return __awaiter(this, void 0, void 0, function* () {
2259
2265
const artifactClient = (0, artifact_twirp_client_1.internalArtifactTwirpClient)();
2260
- const { workflowRunBackendId, workflowJobRunBackendId } = (0, util_1.getBackendIdsFromToken)();
2266
+ const { publicRunId, workflowRunBackendId, workflowJobRunBackendId } = (0, util_1.getBackendIdsFromToken)();
2261
2267
const listReq = {
2268
+ runId: publicRunId,
2262
2269
workflowRunBackendId,
2263
2270
workflowJobRunBackendId,
2264
2271
nameFilter: generated_1.StringValue.create({ value: artifactName })
@@ -2273,6 +2280,7 @@ function deleteArtifactInternal(artifactName) {
2273
2280
(0, core_1.debug)(`More than one artifact found for a single name, returning newest (id: ${artifact.databaseId})`);
2274
2281
}
2275
2282
const req = {
2283
+ runId: publicRunId,
2276
2284
workflowRunBackendId: artifact.workflowRunBackendId,
2277
2285
workflowJobRunBackendId: artifact.workflowJobRunBackendId,
2278
2286
name: artifact.name
@@ -2500,8 +2508,9 @@ function downloadArtifactInternal(artifactId, options) {
2500
2508
return __awaiter(this, void 0, void 0, function* () {
2501
2509
const downloadPath = yield resolveOrCreateDirectory(options === null || options === void 0 ? void 0 : options.path);
2502
2510
const artifactClient = (0, artifact_twirp_client_1.internalArtifactTwirpClient)();
2503
- const { workflowRunBackendId, workflowJobRunBackendId } = (0, util_1.getBackendIdsFromToken)();
2511
+ const { publicRunId, workflowRunBackendId, workflowJobRunBackendId } = (0, util_1.getBackendIdsFromToken)();
2504
2512
const listReq = {
2513
+ runId: publicRunId,
2505
2514
workflowRunBackendId,
2506
2515
workflowJobRunBackendId,
2507
2516
idFilter: generated_1.Int64Value.create({ value: artifactId.toString() })
@@ -2514,6 +2523,7 @@ function downloadArtifactInternal(artifactId, options) {
2514
2523
core.warning('Multiple artifacts found, defaulting to first.');
2515
2524
}
2516
2525
const signedReq = {
2526
+ runId: artifacts[0].runId,
2517
2527
workflowRunBackendId: artifacts[0].workflowRunBackendId,
2518
2528
workflowJobRunBackendId: artifacts[0].workflowJobRunBackendId,
2519
2529
name: artifacts[0].name
@@ -2643,8 +2653,9 @@ exports.getArtifactPublic = getArtifactPublic;
2643
2653
function getArtifactInternal(artifactName) {
2644
2654
return __awaiter(this, void 0, void 0, function* () {
2645
2655
const artifactClient = (0, artifact_twirp_client_1.internalArtifactTwirpClient)();
2646
- const { workflowRunBackendId, workflowJobRunBackendId } = (0, util_1.getBackendIdsFromToken)();
2656
+ const { publicRunId, workflowRunBackendId, workflowJobRunBackendId } = (0, util_1.getBackendIdsFromToken)();
2647
2657
const req = {
2658
+ runId: publicRunId,
2648
2659
workflowRunBackendId,
2649
2660
workflowJobRunBackendId,
2650
2661
nameFilter: generated_1.StringValue.create({ value: artifactName })
@@ -2778,8 +2789,9 @@ exports.listArtifactsPublic = listArtifactsPublic;
2778
2789
function listArtifactsInternal(latest = false) {
2779
2790
return __awaiter(this, void 0, void 0, function* () {
2780
2791
const artifactClient = (0, artifact_twirp_client_1.internalArtifactTwirpClient)();
2781
- const { workflowRunBackendId, workflowJobRunBackendId } = (0, util_1.getBackendIdsFromToken)();
2792
+ const { publicRunId, workflowRunBackendId, workflowJobRunBackendId } = (0, util_1.getBackendIdsFromToken)();
2782
2793
const req = {
2794
+ runId: publicRunId,
2783
2795
workflowRunBackendId,
2784
2796
workflowJobRunBackendId
2785
2797
};
@@ -3345,9 +3357,14 @@ function getBackendIdsFromToken() {
3345
3357
// missing expected number of claims
3346
3358
throw InvalidJwtError;
3347
3359
}
3360
+ const publicRunId = process.env["GITHUB_JOB"];
3361
+ if (publicRunId == null) {
3362
+ throw new Error("failed to get GITHUB_JOB environment variable");
3363
+ }
3348
3364
const ids = {
3349
3365
workflowRunBackendId: scopeParts[1],
3350
- workflowJobRunBackendId: scopeParts[2]
3366
+ workflowJobRunBackendId: scopeParts[2],
3367
+ publicRunId: publicRunId,
3351
3368
};
3352
3369
core.debug(`Workflow Run Backend ID: ${ids.workflowRunBackendId}`);
3353
3370
core.debug(`Workflow Job Run Backend ID: ${ids.workflowJobRunBackendId}`);
@@ -3682,6 +3699,7 @@ function uploadArtifact(name, files, rootDirectory, options) {
3682
3699
const artifactClient = (0, artifact_twirp_client_1.internalArtifactTwirpClient)();
3683
3700
// create the artifact
3684
3701
const createArtifactReq = {
3702
+ runId: backendIds.publicRunId,
3685
3703
workflowRunBackendId: backendIds.workflowRunBackendId,
3686
3704
workflowJobRunBackendId: backendIds.workflowJobRunBackendId,
3687
3705
name,
@@ -3701,6 +3719,7 @@ function uploadArtifact(name, files, rootDirectory, options) {
3701
3719
const uploadResult = yield (0, blob_upload_1.uploadZipToBlobStorage)(createArtifactResp.signedUploadUrl, zipUploadStream);
3702
3720
// finalize the artifact
3703
3721
const finalizeArtifactReq = {
3722
+ runId: backendIds.publicRunId,
3704
3723
workflowRunBackendId: backendIds.workflowRunBackendId,
3705
3724
workflowJobRunBackendId: backendIds.workflowJobRunBackendId,
3706
3725
name,
0 commit comments