Skip to content

Commit

Permalink
security: bump download and upload artifact version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Sep 4, 2024
1 parent 6e8d52a commit ffc5ba5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Upload artifacts
if: ${{ success() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ steps.slug.outputs.REPOSITORY_NAME }}-${{ steps.slug.outputs.sha8 }}
path: |
Expand All @@ -56,7 +56,7 @@ jobs:
cd HDLGManClient
msbuild /p:Configuration=Release
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: HDLGManClient
path: HDLGManClient/Release/HDLGManClient.exe
Expand All @@ -75,7 +75,7 @@ jobs:
echo "::set-output name=REPOSITORY_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//")"
- name: Download HDLGameInstaller artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ steps.slug.outputs.REPOSITORY_NAME }}-${{ steps.slug.outputs.sha8 }}
path: HDLGameInstaller
Expand All @@ -85,7 +85,7 @@ jobs:
7z a ${{ steps.slug.outputs.REPOSITORY_NAME }}-${{ steps.slug.outputs.sha8 }}.7z HDLGameInstaller/*
- name: Download HDLGManClient artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: HDLGManClient

Expand Down

0 comments on commit ffc5ba5

Please sign in to comment.