File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9999 run : cat RELEASE_NOTES.md
100100
101101 - name : Upload release notes as artifact
102- uses : actions/upload-artifact@v5
102+ uses : actions/upload-artifact@v6
103103 with :
104104 name : release-notes
105105 path : RELEASE_NOTES.md
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 echo "✓ TypeScript definitions valid"
142142
143143 - name : Upload WASM build artifacts
144- uses : actions/upload-artifact@v5
144+ uses : actions/upload-artifact@v6
145145 with :
146146 name : wasm-build-${{ matrix.target }}
147147 path : crates/pjs-wasm/pkg-${{ matrix.target }}/
@@ -191,7 +191,7 @@ jobs:
191191 cat bundle-report.md
192192
193193 - name : Upload bundle size report
194- uses : actions/upload-artifact@v5
194+ uses : actions/upload-artifact@v6
195195 with :
196196 name : bundle-size-report
197197 path : bundle-report.md
@@ -318,7 +318,7 @@ jobs:
318318 echo "✓ Test package created"
319319
320320 - name : Upload validated package
321- uses : actions/upload-artifact@v5
321+ uses : actions/upload-artifact@v6
322322 with :
323323 name : validated-wasm-package
324324 path : wasm-pkg/
You can’t perform that action at this time.
0 commit comments