Update .forgejo/workflows/build.yml

This commit is contained in:
Nova Cat 2025-04-05 01:23:54 -07:00
parent 644f0f1ba8
commit 75a504b1f4

View file

@ -42,7 +42,7 @@ jobs:
- name: Take a screenshot
run: DISPLAY=:5 scrot screenshot.png
- name: Upload screenshot
uses: actions/upload-artifact@v3
uses: forgejo/upload-artifact@v4
with:
path: screenshot.png
apt:
@ -56,6 +56,6 @@ jobs:
run: |
python3 generate-deb.py
- name: Upload package for testing
uses: actions/upload-artifact@v3
uses: forgejo/upload-artifact@v4
with:
path: sweecrypt-gtk.deb