Skip to content

Commit 1ba4248

Browse files
authored
Use new upload action with wildcards
1 parent 37573d3 commit 1ba4248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
./build/build.sh
3636
- name: Upload build result
3737
if: always()
38-
uses: actions/upload-artifact@v1
38+
uses: actions/upload-artifact@v2-preview
3939
with:
4040
name: log
4141
path: rtems-source-builder/rtems/rsb-report-*.txt

0 commit comments

Comments
 (0)