We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8345c5c commit 5f62d64Copy full SHA for 5f62d64
.github/workflows/build.yaml
@@ -44,7 +44,7 @@ jobs:
44
# store artifacts
45
# make sure retention is low, this can become huge otherwise
46
- name: Store build
47
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
48
with:
49
name: Release
50
path: |
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
name: Debug
88
0 commit comments