We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ebebf commit 1bd8f25Copy full SHA for 1bd8f25
1 file changed
.github/workflows/main.yml
@@ -110,7 +110,7 @@ jobs:
110
generate_release_notes: true
111
112
- name: Upload Artifacts
113
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v4
114
with:
115
name: firmware
116
path: web_flasher/
@@ -124,7 +124,7 @@ jobs:
124
if: startsWith(github.ref, 'refs/tags/')
125
steps:
126
- name: Download Artifacts
127
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v4
128
129
130
path: .
0 commit comments