File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ jobs:
6767 --cov-report=term-missing
6868
6969 - name : Upload test results
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v6
7171 if : always()
7272 with :
7373 name : test-results-py${{ matrix.python-version }}
7474 path : trinity/output/fpga/driver/python/test-results/
7575 retention-days : 7
7676
7777 - name : Upload coverage
78- uses : actions/upload-artifact@v4
78+ uses : actions/upload-artifact@v6
7979 if : matrix.python-version == '3.11'
8080 with :
8181 name : coverage-report
Original file line number Diff line number Diff line change 5454 fi
5555
5656 - name : Upload artifact
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v6
5858 with :
5959 name : ${{ matrix.binary_name }}
6060 path : ${{ matrix.binary_name }}
9494 ./${{ matrix.binary_name }} --version 2>/dev/null || echo "Version check failed but continuing"
9595
9696 - name : Upload artifact
97- uses : actions/upload-artifact@v4
97+ uses : actions/upload-artifact@v6
9898 with :
9999 name : ${{ matrix.binary_name }}
100100 path : ${{ matrix.binary_name }}
Original file line number Diff line number Diff line change 4444 run : cargo tauri build
4545
4646 - name : Upload macOS DMG
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v6
4848 with :
4949 name : vibee-browser-macos
5050 path : vibee-browser/src-tauri/target/release/bundle/dmg/*.dmg
7676 run : cargo tauri build
7777
7878 - name : Upload Windows artifacts
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v6
8080 with :
8181 name : vibee-browser-windows
8282 path : |
@@ -119,7 +119,7 @@ jobs:
119119 run : cargo tauri build
120120
121121 - name : Upload Linux artifacts
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v6
123123 with :
124124 name : vibee-browser-linux
125125 path : |
Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ jobs:
123123 ls -la ../neodetect-firefox-v${VERSION}.zip
124124
125125 - name : Upload Chrome artifact
126- uses : actions/upload-artifact@v4
126+ uses : actions/upload-artifact@v6
127127 with :
128128 name : neodetect-chrome
129129 path : extension/neodetect-chrome-*.zip
130130
131131 - name : Upload Firefox artifact
132- uses : actions/upload-artifact@v4
132+ uses : actions/upload-artifact@v6
133133 with :
134134 name : neodetect-firefox
135135 path : extension/neodetect-firefox-*.zip
Original file line number Diff line number Diff line change 5252 fi
5353
5454 - name : Upload WASM artifact
55- uses : actions/upload-artifact@v4
55+ uses : actions/upload-artifact@v6
5656 with :
5757 name : neodetect-wasm
5858 path : extension/chrome/wasm/neodetect.wasm
@@ -149,7 +149,7 @@ jobs:
149149 ls -la ../neodetect-${{ github.sha }}.zip
150150
151151 - name : Upload extension package
152- uses : actions/upload-artifact@v4
152+ uses : actions/upload-artifact@v6
153153 with :
154154 name : neodetect-extension
155155 path : extension/neodetect-*.zip
You can’t perform that action at this time.
0 commit comments