We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d4ab9 commit 0054a72Copy full SHA for 0054a72
1 file changed
.github/workflows/actions.yml
@@ -48,7 +48,7 @@ jobs:
48
python ./LabelGenerator.py
49
if: matrix.os != 'macos-latest'
50
- name: Archive generated PDF
51
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
52
with:
53
name: generated-${{ matrix.os}}-${{ matrix.python-version }}
54
path: ResistorLabels.pdf
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
python ./LabelGenerator.py --roboto
60
61
62
63
name: generated-${{ matrix.os}}-${{ matrix.python-version }}-roboto
64
0 commit comments