deps: update actions/upload-artifact and actions/download-artifact action to v4 (#2756)

* deps: update actions/upload-artifact action to v4
* deps: update actions/download-artifacts action to v4

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-07 14:50:15 +01:00 committed by GitHub
parent b1dc427108
commit 3765cb0762
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 36 additions and 36 deletions

View file

@ -15,7 +15,7 @@ runs:
zip -r terraform-module.zip terraform-module
- name: Upload artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: terraform-module
path: terraform-module.zip