Skip to content

Commit

Permalink
Merge pull request #20 from OpenAssetIO/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4.1.8

[CI]: Bump actions/download-artifact from 4.1.7 to 4.1.8
  • Loading branch information
feltech authored Sep 25, 2024
2 parents fcb0111 + 526e63d commit 004bf07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
- uses: actions/checkout@v4

- name: Get OpenAssetIO
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: OpenAssetIO Build
path: ${{ github.workspace }}/openassetio-build

- name: Get OpenAssetIO-MediaCreation
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: OpenAssetIO MediaCreation Build
path: ${{ github.workspace }}/openassetio-mediacreation-build
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
git config --system --add safe.directory $(pwd)
- name: Get OpenAssetIO-MediaCreation
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: OpenAssetIO MediaCreation Build
path: ./openassetio-mediacreation-build
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
git config --system --add safe.directory $(pwd)
- name: Get OpenAssetIO
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: OpenAssetIO Build
path: ./openassetio-build
Expand Down

0 comments on commit 004bf07

Please sign in to comment.