Skip to content

Commit 0cf326c

Browse files
committed
fix: upgrade upload-artifact action to v4 and add eslint disable comment for alert
1 parent bbb1b8a commit 0cf326c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build
3434

3535
- name: Upload artifact to enable deployment
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: production-files
3939
path: ./dist

src/pages/Bug2Bot/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export default function Bug2Bot() {
119119
newContents[i] = btoa(PCs[i]);
120120
return newContents;
121121
});
122+
// eslint-disable-next-line no-alert
122123
alert(`PC Number: ${btoa(PCs[i])}`);
123124
}
124125
});

0 commit comments

Comments
 (0)