Skip to content

Commit 1c46dd6

Browse files
authoredJan 23, 2025··
fix: release workflow artifact version (#1094)
1 parent b376a91 commit 1c46dd6

File tree

1,438 files changed

+6
-52544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,438 files changed

+6
-52544
lines changed
 

Diff for: ‎.github/workflows/release-please.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
- name: Build
109109
if: ${{ matrix.profile == 'weval' }}
110110
run: npm run build:weval
111-
- uses: actions/upload-artifact@v3
111+
- uses: actions/upload-artifact@v4
112112
with:
113113
if-no-files-found: error
114114
name: fastly-${{ matrix.profile }}
115115
path: fastly${{ matrix.profile == 'debug' && '.debug.wasm' || (matrix.profile == 'weval' && '-weval.wasm' || '.wasm') }}
116-
- uses: actions/upload-artifact@v3
116+
- uses: actions/upload-artifact@v4
117117
if: ${{ matrix.profile == 'weval' }}
118118
with:
119119
name: fastly-${{ matrix.profile }}-ic-cache
@@ -154,22 +154,22 @@ jobs:
154154
- run: npm install --immutable
155155

156156
- name: Download Engine Release
157-
uses: actions/download-artifact@v3
157+
uses: actions/download-artifact@v4
158158
with:
159159
name: fastly-release
160160

161161
- name: Download Engine Debug
162-
uses: actions/download-artifact@v3
162+
uses: actions/download-artifact@v4
163163
with:
164164
name: fastly-debug
165165

166166
- name: Download Engine Weval
167-
uses: actions/download-artifact@v3
167+
uses: actions/download-artifact@v4
168168
with:
169169
name: fastly-weval
170170

171171
- name: Download Engine Weval Cache
172-
uses: actions/download-artifact@v3
172+
uses: actions/download-artifact@v4
173173
with:
174174
name: fastly-weval-ic-cache
175175

Diff for: ‎documentation/versioned_docs/version-3.29.0/backend/Backend/Backend.mdx

-188
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.