We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 181dff6 + 328fd78 commit a1905e3Copy full SHA for a1905e3
.github/workflows/build.yml
@@ -36,15 +36,15 @@ jobs:
36
run: cargo deb
37
- name: Build rpm package
38
run: cargo rpm build
39
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
40
with:
41
name: netbox2netshot-${{ github.sha }}
42
path: target/debug/netbox2netshot
43
44
45
name: netbox2netshot-${{ github.sha }}.rpm
46
path: target/release/rpmbuild/RPMS/x86_64/*.rpm
47
48
49
name: netbox2netshot-${{ github.sha }}.deb
50
path: target/debian/*.deb
0 commit comments