Skip to content

Commit b805ccd

Browse files
authored
Update to SDK test build (#266)
* Update to SDK test build * Update workflow * Update SDK
1 parent a525a23 commit b805ccd

File tree

4 files changed

+20
-18
lines changed

4 files changed

+20
-18
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
labels: ${{ vars.SNAPSHOT_TRIGGER_LABEL }}
149149

150150
- name: Upload Playwright trace
151-
uses: actions/upload-artifact@v3
151+
uses: actions/upload-artifact@v4
152152
if: failure()
153153
with:
154154
name: test-results

etc/packages/c2pa-0.25.0.tgz

2.05 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@spectrum-web-components/progress-circle": "^0.36.0",
130130
"@spectrum-web-components/radio": "^0.36.0",
131131
"@spectrum-web-components/theme": "^0.36.0",
132-
"c2pa": "^0.24.2",
132+
"c2pa": "file:etc/packages/c2pa-0.25.0.tgz",
133133
"c2pa-test-image-service": "0.13.3",
134134
"circle-to-polygon": "^2.2.0",
135135
"d3-hierarchy": "^3.1.2",

pnpm-lock.yaml

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)