Skip to content

Commit df7fb6a

Browse files
committed
Updating to actions/upload-artifact@v4
1 parent a02ecbe commit df7fb6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ jobs:
4545
yarn build
4646
tar cfJ micropad.tar.xz build/*
4747
- name: Upload artifact
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: micropad
5151
path: 'app/micropad.tar.xz'
52+
overwrite: true
5253
test:
5354
name: Test
5455
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)