Skip to content

Commit aaf0769

Browse files
committed
Update actions/upload-artifact to v4
1 parent 0725d1e commit aaf0769

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
files: "logs/madlib_dev_check.xml"
117117

118118
- name: Upload Build Artifacts
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: madlib-packages
122122
path: build/*.deb

.github/workflows/license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Upload RAT Report
9999
if: always()
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
101101
with:
102102
name: rat-report
103103
path: |

0 commit comments

Comments
 (0)