Skip to content

Commit 0be4390

Browse files
committed
fixup
1 parent ada5552 commit 0be4390

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
if: github.event_name == 'release'
3838
steps:
3939
- name: Download Build Artifacts
40-
uses: actions/download-artifact@v3
40+
uses: actions/download-artifact@v4
4141
with:
4242
name: dist
4343
path: dist
4444
- name: Create GitHub Release
45-
uses: softprops/action-gh-release@v1
45+
uses: softprops/action-gh-release@v2
4646
with:
4747
files: dist/* # Upload files from your build output

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MODULE_PATH := ./node_modules/.bin
22
export PATH := ${MODULE_PATH}:$(PATH)
33

44
.PHONY: all
5-
all: audit lint test
5+
all: test lint
66

77
.PHONY: audit
88
audit: ${MODULE_PATH}

0 commit comments

Comments
 (0)