Skip to content

Commit 83a68b1

Browse files
authored
feat: bump actions from v3 to v4 + release support for or in filter (#52)
1 parent b166a44 commit 83a68b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
node-version: '20'
104104
cache: 'yarn'
105105
- name: Download build artifacts
106-
uses: actions/download-artifact@v3
106+
uses: actions/download-artifact@v4
107107
with:
108108
name: ${{ github.event.repository.name }}-${{ github.sha }}-${{ github.run_id }}-bundles
109109
path: dist

0 commit comments

Comments
 (0)