Skip to content

Commit a967817

Browse files
committed
use upload-artifacts v4
1 parent 5963729 commit a967817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: python3 -mpip install -r requirements.txt
1717
- run: git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
1818
- run: env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py
19-
- uses: actions/upload-artifact@v2
19+
- uses: actions/upload-artifact@v4
2020
with:
2121
name: images
2222
path: generated_images

0 commit comments

Comments
 (0)