From 6ec0c68d0f29ec1457bed55ace67a07a6b1fc6db Mon Sep 17 00:00:00 2001 From: Ferenc Gerlits Date: Tue, 26 May 2026 10:44:53 +0200 Subject: [PATCH] Upgrade github action versions in the Create Release Artifacts CI job --- .github/workflows/create-release-artifacts.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-release-artifacts.yml b/.github/workflows/create-release-artifacts.yml index 16e2c4756f..87d52da9db 100644 --- a/.github/workflows/create-release-artifacts.yml +++ b/.github/workflows/create-release-artifacts.yml @@ -51,7 +51,7 @@ jobs: - name: Support longpaths run: git config --system core.longpaths true - name: Checkout project - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python run: choco -y install python & refreshenv shell: cmd @@ -67,7 +67,7 @@ jobs: shell: cmd working-directory: bootstrap - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: minifi-x86_64-msi path: build/nifi-minifi-cpp.msi @@ -76,10 +76,10 @@ jobs: runs-on: 'ubuntu-24.04-arm' steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10' @@ -101,7 +101,7 @@ jobs: zip -r minifi-native-sdk.zip minifi-native-sdk/ - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: minifi-native-sdk path: minifi-native-sdk.zip