Skip to content

Commit 0fc5765

Browse files
author
Chris Maunder
committed
Updated GitHub action versions
1 parent ceb122a commit 0fc5765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-ObjectDetectionYOLOv5-6.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Create module package file
1919
id: create_package
@@ -24,7 +24,7 @@ jobs:
2424
echo "package_file=$package_file" >> $GITHUB_OUTPUT
2525
2626
- name: Upload ZIP as artifact
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: ${{ steps.create_package.outputs.package_file }}
3030
path: ${{ steps.create_package.outputs.package_file }}

0 commit comments

Comments
 (0)