Skip to content

Commit

Permalink
fix: release workflow artifact version (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Jan 23, 2025
1 parent b376a91 commit 1c46dd6
Show file tree
Hide file tree
Showing 1,438 changed files with 6 additions and 52,544 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:
- name: Build
if: ${{ matrix.profile == 'weval' }}
run: npm run build:weval
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: fastly-${{ matrix.profile }}
path: fastly${{ matrix.profile == 'debug' && '.debug.wasm' || (matrix.profile == 'weval' && '-weval.wasm' || '.wasm') }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ matrix.profile == 'weval' }}
with:
name: fastly-${{ matrix.profile }}-ic-cache
Expand Down Expand Up @@ -154,22 +154,22 @@ jobs:
- run: npm install --immutable

- name: Download Engine Release
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: fastly-release

- name: Download Engine Debug
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: fastly-debug

- name: Download Engine Weval
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: fastly-weval

- name: Download Engine Weval Cache
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: fastly-weval-ic-cache

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1c46dd6

Please sign in to comment.