Skip to content

Commit

Permalink
update actions to newest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Jun 5, 2024
1 parent 1a81e03 commit a57bb8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Set version number
Expand All @@ -30,12 +30,12 @@ jobs:
run: ./build-release.ps1
shell: pwsh
- name: Upload application
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Application
path: release/scm-backup-*.zip
- name: Upload test log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Test log
path: src/ScmBackup.Tests.Integration/bin/Release/net8.0/*.log
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit a57bb8b

Please sign in to comment.