Skip to content

Commit fc3e8c7

Browse files
authored
ci: update build deploy actions (#76)
1 parent 2b1bfca commit fc3e8c7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "🚀 Checkout"
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: "👷 Install dependencies"
1616
run: npm install
@@ -21,7 +21,7 @@ jobs:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222

2323
- name: "Upload artifact"
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: web-ext-artifacts
2727
path: web-ext-artifacts
@@ -32,7 +32,7 @@ jobs:
3232
needs: build
3333
steps:
3434
- name: "⬇️ Download artifacts"
35-
uses: actions/download-artifact@v3
35+
uses: actions/download-artifact@v4
3636
with:
3737
name: web-ext-artifacts
3838

@@ -54,7 +54,7 @@ jobs:
5454
needs: build
5555
steps:
5656
- name: "⬇️ Download Firefox artifact"
57-
uses: actions/download-artifact@v3
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: web-ext-artifacts
6060

@@ -70,7 +70,7 @@ jobs:
7070
needs: build
7171
steps:
7272
- name: "⬇️ Download Chrome artifact"
73-
uses: actions/download-artifact@v3
73+
uses: actions/download-artifact@v4
7474
with:
7575
name: web-ext-artifacts
7676

0 commit comments

Comments
 (0)