Skip to content

Commit

Permalink
ci: Bump deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kokolihapihvi committed Oct 12, 2024
1 parent df5cf6c commit 64da8e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Restore dependencies
Expand All @@ -31,7 +31,7 @@ jobs:
cp -r ./addons ./publish/addons
(cd ./publish && zip -r "$OLDPWD/RockSniffer $SNIFFER_VERSION.zip" .)
echo "$SNIFFER_VERSION" > VERSION
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: RockSniffer-release
path: |
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: RockSniffer-release
- name: Get version
Expand Down

0 comments on commit 64da8e6

Please sign in to comment.