Skip to content

Commit 2668b65

Browse files
updated upload artifact action
1 parent 5213557 commit 2668b65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ runs:
5656
- name: Zip Artifacts
5757
if: always()
5858
run: |
59+
# Zip Artifacts
5960
$artifacts = "${{ env.project-path }}/Builds"
6061
6162
if (Test-Path -Path $artifacts) {
@@ -64,7 +65,7 @@ runs:
6465
}
6566
shell: pwsh
6667

67-
- uses: actions/upload-artifact@v2
68+
- uses: actions/upload-artifact@v3
6869
name: Upload Artifacts
6970
if: always()
7071
with:

0 commit comments

Comments
 (0)