Skip to content

Commit ea45eae

Browse files
committed
add fix for artifact debug package.json change
1 parent f1b38b6 commit ea45eae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserstack-report-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'BrowserStack Report Action'
22
description: 'Fetches a BrowserStack report and displays it in the GitHub Actions summary.'
3-
author: 'GitHub Copilot'
3+
author: 'BrowserStack'
44

55
inputs:
66
username:

browserstack-report-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "",
2626
"license": "MIT",
2727
"dependencies": {
28-
"@actions/artifact": "^1.1",
28+
"@actions/artifact": "^2.3.2",
2929
"@actions/core": "^1.2.6",
3030
"@actions/github": "^4.0.0",
3131
"axios": "^1.7.7"

0 commit comments

Comments
 (0)