Skip to content

Commit

Permalink
actions: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 1, 2024
1 parent c938d74 commit 3460f80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: "11"
distribution: "temurin"
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: vscode-swf-debug
path: distribution/target/vscode-swf-debug/vscode-swf-debug/vscode-swf-debug-*.vsix
Expand Down

0 comments on commit 3460f80

Please sign in to comment.