Skip to content

Commit

Permalink
use v4 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
chinkan committed Sep 12, 2024
1 parent 050ceb4 commit 1cd4520
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/github-actions-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Pack Chrome Extension
on:
push:
branches: [main]
pull_request:
types: [closed]
branches: [main]

jobs:
pack:
Expand All @@ -21,7 +18,7 @@ jobs:
zip -r packed-extension/extension.zip . -x "*.git*" "packed-extension/*" "*.github/*"
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: packed-extension
path: packed-extension/extension.zip

0 comments on commit 1cd4520

Please sign in to comment.