Skip to content

Commit 1c46dd6

Browse files
author
Guy Bedford
authored
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

.github/workflows/release-please.yml

Lines changed: 6 additions & 6 deletions
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

documentation/versioned_docs/version-3.29.0/backend/Backend/Backend.mdx

Lines changed: 0 additions & 188 deletions
This file was deleted.

documentation/versioned_docs/version-3.29.0/backend/Backend/exists.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

documentation/versioned_docs/version-3.29.0/backend/Backend/fromName.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

documentation/versioned_docs/version-3.29.0/backend/Backend/health.mdx

Lines changed: 0 additions & 31 deletions
This file was deleted.

documentation/versioned_docs/version-3.29.0/backend/Backend/prototype/betweenBytesTimeout.mdx

Lines changed: 0 additions & 18 deletions
This file was deleted.

documentation/versioned_docs/version-3.29.0/backend/Backend/prototype/connectTimeout.mdx

Lines changed: 0 additions & 18 deletions
This file was deleted.

documentation/versioned_docs/version-3.29.0/backend/Backend/prototype/firstByteTimeout.mdx

Lines changed: 0 additions & 18 deletions
This file was deleted.

documentation/versioned_docs/version-3.29.0/backend/Backend/prototype/health.mdx

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)