Skip to content

Commit 0da3f69

Browse files
Update GitHub Actions to current versions
Co-authored-by: simonachmueller <3511513+simonachmueller@users.noreply.github.com>
1 parent f9c7abd commit 0da3f69

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
with:
1313
submodules: recursive
1414
- name: Set up Python
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v5
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install platformio
2020
- name: Run PlatformIO
2121
run: platformio run -e esp32dev
2222
- name: Archive build artifact
23-
uses: actions/upload-artifact@v2
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: firmware.bin
2626
path: .pio/build/esp32dev/firmware.bin

0 commit comments

Comments
 (0)