chore(deps): update actions/upload-artifact action to v4

This commit was merged in pull request #4.
This commit is contained in:
2024-03-14 22:04:18 +00:00
committed by Mykhailo
parent 46da0a5d7b
commit b0c75cce33

View File

@@ -72,7 +72,7 @@ jobs:
shell: bash shell: bash
run: printf "${{ steps.tfplan.outputs.exitcode }}" > exitcode; run: printf "${{ steps.tfplan.outputs.exitcode }}" > exitcode;
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: artifacts name: artifacts
path: | path: |