We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb1b8a commit 0cf326cCopy full SHA for 0cf326c
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: npm run build
34
35
- name: Upload artifact to enable deployment
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: production-files
39
path: ./dist
src/pages/Bug2Bot/index.jsx
@@ -119,6 +119,7 @@ export default function Bug2Bot() {
119
newContents[i] = btoa(PCs[i]);
120
return newContents;
121
});
122
+ // eslint-disable-next-line no-alert
123
alert(`PC Number: ${btoa(PCs[i])}`);
124
}
125
0 commit comments