Skip to content

Bump AWSSDK.S3 from 4.0.101.3 to 4.0.101.4 #1130

Bump AWSSDK.S3 from 4.0.101.3 to 4.0.101.4

Bump AWSSDK.S3 from 4.0.101.3 to 4.0.101.4 #1130

Workflow file for this run

name: build
permissions:
contents: read
on:
push:
branches:
- "**"
pull_request:
branches:
- "master"
jobs:
build:
runs-on: windows-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup .NET 8
uses: actions/setup-dotnet@v6
with:
dotnet-version: 8.0.x
- name: Build
run: |
dotnet build .\src\kpfw\kpfw.sln