We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5963729 commit a967817Copy full SHA for a967817
.github/workflows/build-images.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: python3 -mpip install -r requirements.txt
17
- run: git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
18
- run: env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py
19
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
20
with:
21
name: images
22
path: generated_images
0 commit comments