| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -96,7 +96,7 @@ jobs: | |||
| 96 | 96 | ||
| 97 | 97 | - if: github.event_name != 'pull_request' && github.workflow != 'Build (macOS)' | |
| 98 | 98 | name: Upload artifacts | |
| 99 | - uses: actions/upload-artifact@v6 | ||
| 99 | + uses: actions/upload-artifact@v7 | ||
| 100 | 100 | with: | |
| 101 | 101 | name: build-artifacts-${{ matrix.os }}-${{ matrix.bundle }} | |
| 102 | 102 | path: DB.Browser.for.*.dmg | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,7 +99,7 @@ jobs: | |||
| 99 | 99 | ||
| 100 | 100 | - if: github.event_name != 'pull_request' && github.workflow != 'Build (Ubuntu)' | |
| 101 | 101 | name: Upload artifacts | |
| 102 | - uses: actions/upload-artifact@v6 | ||
| 102 | + uses: actions/upload-artifact@v7 | ||
| 103 | 103 | with: | |
| 104 | 104 | name: build-artifacts-${{ matrix.os }}-${{ matrix.bundle }} | |
| 105 | 105 | path: DB.Browser.for.*.AppImage | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -144,7 +144,7 @@ jobs: | |||
| 144 | 144 | - if: github.event_name != 'pull_request' | |
| 145 | 145 | name: Upload artifacts for code signing with SignPath | |
| 146 | 146 | id: unsigned-artifacts | |
| 147 | - uses: actions/upload-artifact@v6 | ||
| 147 | + uses: actions/upload-artifact@v7 | ||
| 148 | 148 | with: | |
| 149 | 149 | name: build-artifacts-${{ matrix.os }}-${{ matrix.arch }}-unsigned | |
| 150 | 150 | path: installer\windows\DB.Browser.for.SQLite-*.msi | |
@@ -189,7 +189,7 @@ jobs: | |||
| 189 | 189 | ||
| 190 | 190 | - if: github.event_name != 'pull_request' && github.workflow != 'Build (Windows)' | |
| 191 | 191 | name: Upload artifacts | |
| 192 | - uses: actions/upload-artifact@v6 | ||
| 192 | + uses: actions/upload-artifact@v7 | ||
| 193 | 193 | with: | |
| 194 | 194 | name: build-artifacts-${{ matrix.os }}-${{ matrix.arch }} | |
| 195 | 195 | path: build-artifacts-${{ matrix.arch }}.zip | |
| Back | FazBrowse Home | New Git URL |
0 commit comments