1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Fixed action typo

This commit is contained in:
2022-09-06 17:47:26 +00:00
committed by GitHub
parent d31bc4090e
commit 5831dd3dc5
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- run: yarn build
- name: 'Drop artifacts'
uses: actions/upload-artifacts@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: 'Build'
path: 'build'