Skip to content

Commit dbe49b5

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1c28efb + 30ece64 commit dbe49b5

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

.github/workflows/assets_artifact_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ jobs:
8080
run: zip -r /tmp/partdb_assets.zip public/build/ vendor/
8181

8282
- name: Upload assets artifact
83-
uses: actions/upload-artifact@v6
83+
uses: actions/upload-artifact@v7
8484
with:
8585
name: Only dependencies and built assets
8686
path: /tmp/partdb_assets.zip
8787

8888
- name: Upload full artifact
89-
uses: actions/upload-artifact@v6
89+
uses: actions/upload-artifact@v7
9090
with:
9191
name: Full Part-DB including dependencies and built assets
9292
path: /tmp/partdb_with_assets.zip

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
-
9999
name: Upload digest
100100
if: github.event_name != 'pull_request'
101-
uses: actions/upload-artifact@v6
101+
uses: actions/upload-artifact@v7
102102
with:
103103
name: digests-${{ matrix.platform-slug }}
104104
path: /tmp/digests/*
@@ -113,7 +113,7 @@ jobs:
113113
steps:
114114
-
115115
name: Download digests
116-
uses: actions/download-artifact@v7
116+
uses: actions/download-artifact@v8
117117
with:
118118
path: /tmp/digests
119119
pattern: digests-*

.github/workflows/docker_frankenphp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
-
100100
name: Upload digest
101101
if: github.event_name != 'pull_request'
102-
uses: actions/upload-artifact@v6
102+
uses: actions/upload-artifact@v7
103103
with:
104104
name: digests-${{ matrix.platform-slug }}
105105
path: /tmp/digests/*
@@ -114,7 +114,7 @@ jobs:
114114
steps:
115115
-
116116
name: Download digests
117-
uses: actions/download-artifact@v7
117+
uses: actions/download-artifact@v8
118118
with:
119119
path: /tmp/digests
120120
pattern: digests-*

public/kicad/footprints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated on Sun Mar 1 11:46:09 UTC 2026
1+
# Generated on Tue Mar 3 14:26:21 UTC 2026
22
# This file contains all footprints available in the offical KiCAD library
33
Audio_Module:Reverb_BTDR-1H
44
Audio_Module:Reverb_BTDR-1V

public/kicad/symbols.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated on Sun Mar 1 11:46:51 UTC 2026
1+
# Generated on Tue Mar 3 14:27:05 UTC 2026
22
# This file contains all symbols available in the offical KiCAD library
33
4xxx:14528
44
4xxx:14529
@@ -20842,6 +20842,9 @@ Sensor_Pressure:40PC015G
2084220842
Sensor_Pressure:40PC100G
2084320843
Sensor_Pressure:40PC150G
2084420844
Sensor_Pressure:40PC250G
20845+
Sensor_Pressure:ABPxxxxxxxxx0
20846+
Sensor_Pressure:ABPxxxxxxxxxA
20847+
Sensor_Pressure:ABPxxxxxxxxxS
2084520848
Sensor_Pressure:BMP280
2084620849
Sensor_Pressure:ILPS28QSW
2084720850
Sensor_Pressure:LPS22DF

0 commit comments

Comments
 (0)