We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0725d1e commit aaf0769Copy full SHA for aaf0769
2 files changed
.github/workflows/build-test.yml
@@ -116,7 +116,7 @@ jobs:
116
files: "logs/madlib_dev_check.xml"
117
118
- name: Upload Build Artifacts
119
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
120
with:
121
name: madlib-packages
122
path: build/*.deb
.github/workflows/license-check.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Upload RAT Report
99
if: always()
100
101
102
name: rat-report
103
path: |
0 commit comments