File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
1212 steps :
1313 - name : Checkout Sysdig
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515 - name : Get settings for this release
1616 id : get_settings
1717 shell : python
4848 - /var/run/docker.sock:/var/run/docker.sock
4949 steps :
5050 - name : Checkout Sysdig
51- uses : actions/checkout@v3
51+ uses : actions/checkout@v4
5252 - name : install 7z
5353 run : |
5454 cd /tmp
Original file line number Diff line number Diff line change 2727 - /var/run/docker.sock:/var/run/docker.sock
2828 steps :
2929 - name : Checkout Sysdig
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131 - name : install 7z
3232 run : |
3333 cd /tmp
@@ -73,15 +73,15 @@ jobs:
7373 ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
7474 steps :
7575 - name : Download artifacts (linux-amd64 deb)
76- uses : actions/download-artifact@v3
76+ uses : actions/download-artifact@v4
7777 with :
7878 name : sysdig-inspect-release-${{ env.VERSION }}-linux-x86_64.deb
7979 - name : Download artifacts (linux-amd64 rpm)
80- uses : actions/download-artifact@v3
80+ uses : actions/download-artifact@v4
8181 with :
8282 name : sysdig-inspect-release-${{ env.VERSION }}-linux-x86_64.rpm
8383 - name : Download artifacts (osx-amd64)
84- uses : actions/download-artifact@v3
84+ uses : actions/download-artifact@v4
8585 with :
8686 name : sysdig-inspect-release-${{ env.VERSION }}-mac-x86_64.zip
8787 - name : test
You can’t perform that action at this time.
0 commit comments