Skip to content

Commit c863b54

Browse files
authoredFeb 11, 2025
Updates to actions/upload-artifact v4
1 parent e22f858 commit c863b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/create-stack.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Publish any diagnostic bundles as an artifact:
6060
# NOTE: Normally the 'orgflow-actions/setup' action would do this, but that action depends on the stack having already been created.
6161
- name: Publish diagnostic bundle
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
if: always()
6464
with:
6565
name: orgflow_diag_${{ github.job }}_${{ github.run_attempt }}

0 commit comments

Comments
 (0)