fix: github action urls
Some checks failed
Build and Sign Extension / build-sign-release (push) Failing after 1s

This commit is contained in:
Tibo De Peuter 2026-08-08 17:58:20 +02:00
parent 3aff8dc4d9
commit 0a6badb235
No known key found for this signature in database
GPG key ID: 9187B5FA0F4B6F6D

View file

@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: github.com/actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
uses: github.com/actions/setup-node@v4
with:
node-version: '20'
@ -34,7 +34,7 @@ jobs:
--ignore-files ".forgejo" ".git" "updates.json" "*.md"
- name: Upload signed XPI to Forgejo Release
uses: softprops/action-gh-release@v2
uses: github.com/softprops/action-gh-release@v2
with:
# web-ext puts the downloaded file in the artifacts directory
files: ./web-ext-artifacts/*.xpi