Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent e0e1879 commit dfc078a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-cts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrieve artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: android-openxr-cts-unsigned
path: src/conformance/build/outputs/apk/release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-cts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Retrieve Win32 build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: openxr-cts-win32
path: openxr-cts-win32
- name: Compress Win32
run: '7za a "$TAGNAME-win32.zip" openxr-cts-win32'

- name: Retrieve x64 build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: openxr-cts-x64
path: openxr-cts-x64
Expand Down

0 comments on commit dfc078a

Please sign in to comment.