diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-06-19 13:55:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 13:55:53 +0200 |
commit | 7f3fe6c9b4170eee20e3c8002769a6528da10b62 (patch) | |
tree | 9e759bba690feb7cd2c357c11ddd530e21a28fc2 /.github/workflows | |
parent | 9a60c23811b9e78ae2ef86cdf009f4fdffd896e4 (diff) | |
download | NorthstarLauncher-7f3fe6c9b4170eee20e3c8002769a6528da10b62.tar.gz NorthstarLauncher-7f3fe6c9b4170eee20e3c8002769a6528da10b62.zip |
Update `actions/upload-artifact` to v4 (#725)
v3 is outdated and will soon be deprecated
Co-authored-by: Jan <sentrycraft123@gmail.com>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 413ecb9f..e562dc3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: shell: bash run: echo commit=$(git rev-parse --short HEAD) >> $GITHUB_OUTPUT - name: Upload Build Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: NorthstarLauncher-${{ matrix.config.name }}-${{ steps.extract.outputs.commit }} path: | |