We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22f858 commit c863b54Copy full SHA for c863b54
.github/workflows/create-stack.yml
@@ -59,7 +59,7 @@ jobs:
59
# Publish any diagnostic bundles as an artifact:
60
# NOTE: Normally the 'orgflow-actions/setup' action would do this, but that action depends on the stack having already been created.
61
- name: Publish diagnostic bundle
62
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
63
if: always()
64
with:
65
name: orgflow_diag_${{ github.job }}_${{ github.run_attempt }}
0 commit comments