File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 36
36
run : rm -rfv dist/mac-universal
37
37
38
38
- name : Upload artifacts
39
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
39
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
40
40
with :
41
41
name : Gitify-dist-mac
42
42
path : dist/
68
68
run : Remove-Item dist/win-unpacked -Recurse
69
69
70
70
- name : Upload artifacts
71
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
71
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72
72
with :
73
73
name : Gitify-dist-win
74
74
path : dist
@@ -100,7 +100,7 @@ jobs:
100
100
run : rm -rfv dist/linux-unpacked
101
101
102
102
- name : Upload artifacts
103
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
103
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
104
104
with :
105
105
name : Gitify-dist-linux
106
106
path : dist
Original file line number Diff line number Diff line change 42
42
NOTARIZE : true
43
43
44
44
- name : Upload artifacts
45
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
45
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46
46
with :
47
47
name : Gitify-release-mac
48
48
path : dist/
76
76
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
77
78
78
- name : Upload artifacts
79
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
79
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80
80
with :
81
81
name : Gitify-release-win
82
82
path : dist/
@@ -110,7 +110,7 @@ jobs:
110
110
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
111
111
112
112
- name : Upload artifacts
113
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
113
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
114
114
with :
115
115
name : Gitify-release-linux
116
116
path : dist/
Original file line number Diff line number Diff line change 29
29
- run : pnpm test --coverage --runInBand --verbose
30
30
31
31
- name : Archive code coverage results
32
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
32
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
33
33
with :
34
34
name : code-coverage-report
35
35
path : coverage/lcov.info
You can’t perform that action at this time.
0 commit comments