Use runner-native artifact upload action
This commit is contained in:
@@ -201,7 +201,7 @@ test("Gitea quality gate validates before publishing an immutable ACR manifest",
|
||||
assert.match(workflow, /get\("os"\)=="linux"/);
|
||||
assert.match(workflow, /get\("architecture"\)=="amd64"/);
|
||||
assert.match(workflow, /node frontend\/scripts\/staging-image-manifest\.mjs/);
|
||||
assert.match(workflow, /uses: https:\/\/gitea\.com\/actions\/upload-artifact@v4/);
|
||||
assert.match(workflow, /uses: actions\/upload-artifact@v4/);
|
||||
assert.match(workflow, /name: staging-image-manifest-\$\{\{ gitea\.sha \}\}-\$\{\{ gitea\.run_attempt \}\}/);
|
||||
assertOrder(workflow, [
|
||||
"docker login",
|
||||
|
||||
Reference in New Issue
Block a user