Skip to content

Commit

Permalink
Use the v4 since it's already available
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszKlonowski committed Sep 18, 2024
1 parent 95b00d7 commit bcdc076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/SessionStorage-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: npx web-ext build --source-dir "./platforms/mozilla/app" --overwrite-dest

- name: Store the built package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-candidate-package-mozilla
path: ./web-ext-artifacts/*
Expand All @@ -144,7 +144,7 @@ jobs:
run: npx web-ext build --source-dir "./platforms/chromium/app" --overwrite-dest

- name: Store the built package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-candidate-package-chromium
path: ./web-ext-artifacts/*

0 comments on commit bcdc076

Please sign in to comment.