diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cb73762..51bbcfc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Identify Version' run: | echo "EIAG_VERSION=$(git describe --always)" >> $GITHUB_ENV @@ -31,7 +31,7 @@ jobs: make - name: 'Upload artifacts' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: edge-iot-arch-guide-${{ env.EIAG_VERSION }} path: |