Skip to content

Commit e70b0e5

Browse files
authored
Merge pull request #170 from TEIC/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents c3801dc + 2a891f7 commit e70b0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: mvn clean package --file pom.xml
3131
- name: Upload Maven build artifact
32-
uses: actions/upload-artifact@v5
32+
uses: actions/upload-artifact@v6
3333
with:
3434
name: artifact
3535
path: /home/runner/work/TEIGarage/TEIGarage/target/teigarage.war

0 commit comments

Comments
 (0)