Skip to content

Commit 767176e

Browse files
Potential fix for code scanning alert no. 54: Use of a known vulnerable action
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 998ae84 commit 767176e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
8282
- name: Download Build Artifact
83-
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
83+
uses: actions/download-artifact@v4.1.3
8484
with:
8585
name: build
8686
path: build

0 commit comments

Comments
 (0)