We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f2875 commit bcfd865Copy full SHA for bcfd865
.github/workflows/build-recipes.yml
@@ -71,7 +71,7 @@ jobs:
71
# Upload test results
72
- name: Upload test results
73
if: always()
74
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
75
with:
76
name: recipes-test-results
77
path: |
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
name: test-results
92
0 commit comments