Skip to content

Commit ab2e348

Browse files
committed
build(snap): update snap build actions
1 parent 3094935 commit ab2e348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snap.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
echo "RELEASE=edge" >> $GITHUB_OUTPUT
4141
fi
4242
- name: Set Up QEMU
43-
uses: docker/setup-qemu-action@v2
43+
uses: docker/setup-qemu-action@v3
4444
- name: Build Snap Package
4545
uses: diddlesnaps/snapcraft-multiarch-action@v1
4646
id: build
4747
with:
4848
architecture: ${{ matrix.architecture }}
4949
- name: Upload Snap Package
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: overseerr-snap-package-${{ matrix.architecture }}
5353
path: ${{ steps.build.outputs.snap }}

0 commit comments

Comments
 (0)