Skip to content

Commit 3a0980e

Browse files
authored
Upgrading upload-artifact version (#83)
1 parent 1921283 commit 3a0980e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ runs:
14921492
# upload generated artifacts to GitHub if enabled
14931493
- if: ${{ inputs.bitops_code_store == 'true' }}
14941494
name: Archive production artifacts
1495-
uses: actions/upload-artifact@v3
1495+
uses: actions/upload-artifact@v4
14961496
with:
14971497
name: Storing code - Terraform
14981498
retention-days: 5

0 commit comments

Comments
 (0)