Skip to content

Commit 7708072

Browse files
authored
ci: use master for actions/upload-artifact
1 parent 43a9c65 commit 7708072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
ZIP_PKG_NAME: "${{ env.ZIP_PKG_NAME_TVOS }}"
5858

5959
- name: Upload the built generic app package for iOS
60-
uses: actions/upload-artifact@v3.1.0
60+
uses: actions/upload-artifact@master
6161
with:
6262
path: "${{ env.ZIP_PKG_NAME_IOS }}"
6363
- name: Upload the built generic app package for tvOS
64-
uses: actions/upload-artifact@v3.1.0
64+
uses: actions/upload-artifact@master
6565
with:
6666
path: "${{ env.ZIP_PKG_NAME_TVOS }}"
6767

@@ -90,6 +90,6 @@ jobs:
9090
ARCHS: ${{ matrix.arch }}
9191
ZIP_PKG_NAME: "WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"
9292
- name: Upload the built generic app package for WebDriverAgentRunner${{ matrix.target }} with ${{ matrix.arch }}
93-
uses: actions/upload-artifact@v3.1.0
93+
uses: actions/upload-artifact@master
9494
with:
9595
path: "WebDriverAgentRunner${{ matrix.target }}-Build-Sim-${{ matrix.arch }}.zip"

0 commit comments

Comments
 (0)