Skip to content

Commit

Permalink
ci: use master for actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jan 16, 2025
1 parent 43a9c65 commit 7708072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
ZIP_PKG_NAME: "${{ env.ZIP_PKG_NAME_TVOS }}"

- name: Upload the built generic app package for iOS
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@master
with:
path: "${{ env.ZIP_PKG_NAME_IOS }}"
- name: Upload the built generic app package for tvOS
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@master
with:
path: "${{ env.ZIP_PKG_NAME_TVOS }}"

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

0 comments on commit 7708072

Please sign in to comment.