Merge pull request #139 from Tom-van-Woudenberg/patch-1

Update upload-artifact action to version 7
This commit is contained in:
Fabian
2026-04-08 14:09:19 -05:00
committed by GitHub

View File

@@ -81,7 +81,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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
with: with:
name: ${{ inputs.name }} name: ${{ inputs.name }}
path: ${{ runner.temp }}/artifact.tar path: ${{ runner.temp }}/artifact.tar