Update upload-artifact action to version 7

As required for https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
This commit is contained in:
Tom van Woudenberg
2026-03-11 16:16:36 +01:00
committed by GitHub
parent 7b1f4a764d
commit 56f665a6f2

View File

@@ -77,7 +77,7 @@ runs:
- name: Upload artifact - name: Upload artifact
id: upload-artifact id: upload-artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 uses: actions/upload-artifact@v7
with: with:
name: ${{ inputs.name }} name: ${{ inputs.name }}
path: ${{ runner.temp }}/artifact.tar path: ${{ runner.temp }}/artifact.tar