Skip to content

Commit f2d1b1c

Browse files
authored
Merge pull request #642 from BitGo/renovate/major-composite-aws-actions
chore(deps): update composite github actions (major)
2 parents 7974635 + f733b9e commit f2d1b1c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npx playwright install --with-deps
1919
- name: Run Playwright tests
2020
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run playwright:test
21-
- uses: actions/upload-artifact@v4
21+
- uses: actions/upload-artifact@v5
2222
if: always()
2323
with:
2424
name: playwright-report

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
sed -i -e 's/0.0.0-placeholder-version/${{ env.NEXT_VERSION }}/g' "package-lock.json"
7575
- run: npm ci
7676
- run: npm run build
77-
- uses: actions/upload-artifact@v4
77+
- uses: actions/upload-artifact@v5
7878
with:
7979
name: "${{ env.DMG_FILENAME }}"
8080
path: "release/${{ env.NEXT_VERSION }}/${{ env.DMG_FILENAME }}"
@@ -99,7 +99,7 @@ jobs:
9999
sed -i -e 's/0.0.0-placeholder-version/${{ env.NEXT_VERSION }}/g' "package-lock.json"
100100
- run: npm ci
101101
- run: npm run build
102-
- uses: actions/upload-artifact@v4
102+
- uses: actions/upload-artifact@v5
103103
with:
104104
name: "${{ env.DMG_FILENAME_INTEL }}"
105105
path: "release/${{ env.NEXT_VERSION }}/${{ env.DMG_FILENAME_INTEL }}"
@@ -123,12 +123,12 @@ jobs:
123123
sed -i -e 's/0.0.0-placeholder-version/${{ env.NEXT_VERSION }}/g' "package-lock.json"
124124
- run: npm ci
125125
- run: npm run build -- -wl
126-
- uses: actions/upload-artifact@v4
126+
- uses: actions/upload-artifact@v5
127127
with:
128128
name: "${{ env.EXE_FILENAME }}"
129129
path: "release/${{ env.NEXT_VERSION }}/${{ env.EXE_FILENAME }}"
130130
if-no-files-found: "error"
131-
- uses: actions/upload-artifact@v4
131+
- uses: actions/upload-artifact@v5
132132
with:
133133
name: "${{ env.DEB_FILENAME }}"
134134
path: "release/${{ env.NEXT_VERSION }}/${{ env.DEB_FILENAME }}"
@@ -149,7 +149,7 @@ jobs:
149149
DEB_FILENAME: "${{ needs.get-current-state.outputs.deb_filename }}"
150150
NEXT_VERSION: "${{ inputs.next-version }}"
151151
steps:
152-
- uses: actions/download-artifact@v5
152+
- uses: actions/download-artifact@v6
153153
with:
154154
# We don't want to download the artifacts to separate directories,
155155
# we want to download them to the same directory instead.

0 commit comments

Comments
 (0)