@@ -23,10 +23,10 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727
2828 - name : Setup Node.js
29- uses : actions/setup-node@v4
29+ uses : actions/setup-node@v6
3030 with :
3131 node-version : " latest"
3232 cache : " npm"
5656 cd "${{ github.workspace }}/dist/" && zip -r "${{ github.workspace }}/release/firefox.zip" ./
5757
5858 - name : Upload artifact
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v7
6060 with :
6161 name : Proxyverse
6262 path : ${{ github.workspace }}/release/*
@@ -70,13 +70,13 @@ jobs:
7070
7171 steps :
7272 - name : Download artifact
73- uses : actions/download-artifact@v4
73+ uses : actions/download-artifact@v8
7474 with :
7575 name : Proxyverse
7676 path : ${{ github.workspace }}/release/
7777
7878 - name : Upload to release page
79- uses : softprops/action-gh-release@v2
79+ uses : softprops/action-gh-release@v3
8080 with :
8181 files : ${{ github.workspace }}/release/*
8282
8989
9090 steps :
9191 - name : Download artifact
92- uses : actions/download-artifact@v4
92+ uses : actions/download-artifact@v8
9393 with :
9494 name : Proxyverse
9595 path : ${{ github.workspace }}/release/
@@ -112,7 +112,7 @@ jobs:
112112
113113 steps :
114114 - name : Download artifact
115- uses : actions/download-artifact@v4
115+ uses : actions/download-artifact@v8
116116 with :
117117 name : Proxyverse
118118 path : ${{ github.workspace }}/release/
@@ -134,7 +134,7 @@ jobs:
134134
135135 steps :
136136 - name : Download artifact
137- uses : actions/download-artifact@v4
137+ uses : actions/download-artifact@v8
138138 with :
139139 name : Proxyverse
140140 path : ${{ github.workspace }}/release/
0 commit comments