Skip to content

Commit 1bd8f25

Browse files
committed
ci: fix artifact action versions (v6 -> v4)
1 parent f8ebebf commit 1bd8f25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
generate_release_notes: true
111111

112112
- name: Upload Artifacts
113-
uses: actions/upload-artifact@v6
113+
uses: actions/upload-artifact@v4
114114
with:
115115
name: firmware
116116
path: web_flasher/
@@ -124,7 +124,7 @@ jobs:
124124
if: startsWith(github.ref, 'refs/tags/')
125125
steps:
126126
- name: Download Artifacts
127-
uses: actions/download-artifact@v6
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: firmware
130130
path: .

0 commit comments

Comments
 (0)