Skip to content

Commit

Permalink
Fix update artifacts (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored Jan 16, 2025
1 parent de7aeb9 commit 18938c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/artifact-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
unzip "web-ext-artifacts/ghostery-$PLATFORM.zip" -d "web-ext-artifacts/ghostery-$PLATFORM"
done
- name: Upload Chromium build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ghostery-chromium-${{ env.VERSION }}-${{ env.SHA }}
path: web-ext-artifacts/ghostery-chromium/*
if-no-files-found: error
- name: Upload Firefox build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ghostery-firefox-${{ env.VERSION }}-${{ env.SHA }}
path: web-ext-artifacts/ghostery-firefox/*
Expand Down

0 comments on commit 18938c1

Please sign in to comment.