Skip to content

Commit 9c1af94

Browse files
Update actions/upload-artifact action to v4
1 parent fe4490a commit 9c1af94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
# This is optional
2828
- name: Security check report artifacts
29-
uses: actions/upload-artifact@v1
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: Security report
3232
path: output/security_report.txt

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
poetry build
3333
3434
- name: Archive the dist folder
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: dist
3838
path: dist

0 commit comments

Comments
 (0)