We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb122a commit 0fc5765Copy full SHA for 0fc5765
.github/workflows/package-ObjectDetectionYOLOv5-6.2.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout repository
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
- name: Create module package file
19
id: create_package
@@ -24,7 +24,7 @@ jobs:
24
echo "package_file=$package_file" >> $GITHUB_OUTPUT
25
26
- name: Upload ZIP as artifact
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: ${{ steps.create_package.outputs.package_file }}
30
path: ${{ steps.create_package.outputs.package_file }}
0 commit comments