diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml
index 37bb137..7bb9166 100644
--- a/.github/workflows/actions.yml
+++ b/.github/workflows/actions.yml
@@ -48,7 +48,7 @@ jobs:
python ./LabelGenerator.py
if: matrix.os != 'macos-latest'
- name: Archive generated PDF
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: generated-${{ matrix.os}}-${{ matrix.python-version }}
path: ResistorLabels.pdf
@@ -58,7 +58,7 @@ jobs:
run: |
python ./LabelGenerator.py --roboto
- name: Archive generated PDF
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: generated-${{ matrix.os}}-${{ matrix.python-version }}-roboto
path: ResistorLabels.pdf
diff --git a/README.md b/README.md
index 07b5482..69febfe 100644
--- a/README.md
+++ b/README.md
@@ -34,3 +34,11 @@ This is based on an idea from Zach Poff.
For more details on how to use these labels, visit his website:
https://www.zachpoff.com/resources/quick-easy-and-cheap-resistor-storage/
+
+# Modifications
+
+Here are some community modifications/improvements of this project:
+- [securelyfitz](https://github.com/securelyfitz/ResistorLabels): Optimized layout for efficiency
+ [
](https://github.com/securelyfitz/ResistorLabels)
+- [prochazkaml](https://github.com/prochazkaml/ComponentLabels): Support for other types of components
+ [
](https://github.com/prochazkaml/ComponentLabels)