Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit fee8d92

Browse files
committed
ci: Bump upload-artifact to v3
Signed-off-by: Raka Prasetya Pratama <madeayurenapramudya@gmail.com>
1 parent 6ef81e2 commit fee8d92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,21 +115,21 @@ jobs:
115115
unzip ../CruelKernel.zip
116116
- name: Upload Kernel Zip
117117
if: env.INSTALLER == 'yes'
118-
uses: actions/upload-artifact@v2
118+
uses: actions/upload-artifact@v3
119119
with:
120120
name: TheRemainingMemory-${{ matrix.model }}
121121
path: installer/*
122122
if-no-files-found: error
123123
- name: Upload Kernel Images
124124
if: env.INSTALLER != 'yes'
125-
uses: actions/upload-artifact@v2
125+
uses: actions/upload-artifact@v3
126126
with:
127127
name: CruelKernel-${{ matrix.model }}
128128
path: '*.img'
129129
if-no-files-found: error
130130

131131
- name: Upload Kernel Info
132-
uses: actions/upload-artifact@v2
132+
uses: actions/upload-artifact@v3
133133
with:
134134
name: ConfigurationInfo-${{ matrix.model }}
135135
path: config.*

0 commit comments

Comments
 (0)