Skip to content

Commit 0054a72

Browse files
authored
Update actions.yml
1 parent 74d4ab9 commit 0054a72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python ./LabelGenerator.py
4949
if: matrix.os != 'macos-latest'
5050
- name: Archive generated PDF
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: generated-${{ matrix.os}}-${{ matrix.python-version }}
5454
path: ResistorLabels.pdf
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
python ./LabelGenerator.py --roboto
6060
- name: Archive generated PDF
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: generated-${{ matrix.os}}-${{ matrix.python-version }}-roboto
6464
path: ResistorLabels.pdf

0 commit comments

Comments
 (0)