Skip to content

Commit

Permalink
Merge pull request #918 from daniel-ac-martin/renovate/major-github-a…
Browse files Browse the repository at this point in the history
…rtifact-actions

Update GitHub Artifact Actions to v4 (major)
  • Loading branch information
daniel-ac-martin authored Mar 7, 2024
2 parents f0f4202 + f417fc3 commit 0ea773a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/change-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
app: ${{ matrix.app }}

- name: Save build directory
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'build-${{ matrix.app }}'
path: "${{ matrix.app && format('apps/{0}/', matrix.app) }}dist"
Expand All @@ -107,7 +107,7 @@ jobs:
node: 18

- name: Download build directory
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: 'build-${{ matrix.app }}'
path: "${{ matrix.app && format('apps/{0}/', matrix.app) }}dist"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: ./.github/actions/build-app

- name: Save build directory
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'build'
path: "dist"
Expand All @@ -66,7 +66,7 @@ jobs:
node: 16

- name: Download build directory
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: 'build'
path: "dist"
Expand Down
4 changes: 2 additions & 2 deletions lib/create/skel/prototype/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: ./.github/actions/build-app

- name: Save build directory
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'build'
path: "dist"
Expand All @@ -71,7 +71,7 @@ jobs:
node: ${{ matrix.node }}

- name: Download build directory
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: 'build'
path: "dist"
Expand Down

0 comments on commit 0ea773a

Please sign in to comment.